- Run
python -m venv venv
- Run
source venv/bin/activate
if you use mac. Runvenv/Scripts/activate
if you use windows. - Run
pip install ultralytics
to install openCV and YOLO model. - Run
python main.py
to run the demo. Remember to allow this program to access your camera.
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.