RealTime-ObjectDetect-YOLOv8 is a real-time object detection system built with Ultralytics YOLOv8 and OpenCV. It runs live from your webcam, detects multiple objects with high speed and precision, and displays bounding boxes with class labels.
- π₯ Demo
- π Features
- π οΈ Installation
βΆοΈ Usage- π Project Structure
- π¦ Requirements
- π§ Model
- π License
- π€ Contributing
- π¬ Contact
- π― Fast and lightweight object detection using YOLOv8 Nano
- π₯ Real-time webcam integration via OpenCV
- π§ Automatically downloads pretrained weights
- π¦ Easy to set up and run
- β Minimal code and beginner friendly
Clone the repository:
git clone https://github.com/04Nitish/RealTime-ObjectDetect-YOLOv8.git
cd RealTime-ObjectDetect-YOLOv8