D Real-Time Object Detection using YOLOv8 + OpenCV
This is a real-time object detection system built with YOLOv8 and OpenCV. It uses your webcam to detect objects live and display them with bounding boxes and labels.
yolov8n.pt
) for fast performanceInstall dependencies:
pip install -r requirements.txt
Clone the project and run the detection script:
git clone https://github.com/sujit-codezen/object_detection.git cd real_time_object_detection python main.py
Detects objects from a live webcam feed in real-time.