This repository provides a Python script for real-time object detection using YOLOv8 (You Only Look Once) and OpenCV. The implementation allows you to perform live object detection through your computer's webcam.
- Python
- OpenCV
- Ultralytics YOLO (Included in the repository)
- Google Colab
-
Clone the repository:
git clone https://github.com/Satyajithchary/Real_Time_Object_Detection.git cd realtime-yolov8-object-detection
Run the main.py script:
python main.py
This script opens your webcam and performs real-time object detection using the pre-trained YOLOv8 model.
Press 'q' to exit the application.
🌟 YOLOv8: GitHub - Ultralytics YOLOv8 📷 OpenCV: Official OpenCV Website 🚀 Ultralytics YOLO: GitHub - Ultralytics YOLOv5

