Real-time object detection system using YOLOv8 and OpenCV. The project runs on webcam input and detects objects in real time using a pre-trained deep learning model.
- Real-time object detection using webcam
- YOLOv8 pre-trained model (COCO dataset)
- Bounding box visualization with labels
- Lightweight and runs locally
- Python
- YOLOv8 (Ultralytics)
- OpenCV
- PyTorch
pip install -r requirements.txt
python main.py