This is a simple test usage of the YOLO toolset. Records a live video through your camera and displays detected elements with colored boxes.
It is recommended to use UV package manager to run this project. You can install it by following the instructions here. After installing UV, you can go to the Usage section of this README to run the project.
Or you can install the required packages manually by using pyenv and pip:
pyenv install 3.12
pyenv local 3.12
pip install -r requirements.txt
uv run main.py
Or with Python 3:
python3 main.py