- Install Python Download and install Python 3.10+ from the official site: https://www.python.org/downloads/windows/. Ensure you check the option to "Add Python to PATH" during installation.
- Install OpenCV and Dependencies
Open a command prompt (CMD) and navigate to the project directory.
Install the the opencv
pip install opencv-python numpy
- Run the Application
From the command prompt, run
python main.py
- Mikhail Dudinov (
[email protected]
) - Ivan Platonov (
[email protected]
) - Nikita Ruchkin (
[email protected]
) - Georgii Butakov (
[email protected]
) - Artyom Shaposhnikov (
[email protected]
)