Lightweight Computer Vision project using OpenCV and YOLOv8.
This project demonstrates object detection using a lightweight YOLOv8 model on CPU.
It uses OpenCV in headless mode, so no GUI or Qt dependencies are required.
- Python 3.14+
- pip
Optional:
- GPU support (CUDA) if available, but CPU mode works on any machine.