This project is built with Python 3.13.3 and packaged using Docker.
It includes multiple Python libraries for data processing, networking, GUI, and machine learning.
By using Docker, you can run the project without worrying about dependency conflicts on your system.
- Docker installed on your system
- Internet connection to pull dependencies during build
Open a terminal inside the project directory (where the Dockerfile is located) and run:
docker build -t myproject .