This repository is a POC for using object detection with cv2 and YOLOv11
python -m venv .venv
Mac:
python3 -m venv .venv
Note
Make sure you add it as you interpreter
.\.venv/Scripts/activate
Mac:
source .venv/Scripts/activate
pip install -r requirements.txt
python main.py