This project demonstrates a real-time object detection system built using OpenCV, Python, and pre-trained deep learning models such as YOLO and SSD MobileNet. The goal is to detect objects from a webcam feed or video in real-time with high accuracy.
A webcam can identify multiple objects like "person", "car", "bottle", or "dog" and display them with labels and confidence scores ā useful for surveillance, automation, or robotics.
object_detection.py: Main Python script for detection.yolov3.cfg & yolov3.weights: Model configuration and weights.coco.names: Label file with class names.git clone https://github.com/Augustine0077/Object-Detection cd Object-Detection
Download model weights and config and place them in the project folder.
Run the detection:
bash
Copy
Edit
python object_detection.py
A window will open showing real-time detection.
š¬ Connect with Me
GitHub: github.com/Augustine0077
LinkedIn: linkedin.com/in/augustine-shaji
š License
This project is licensed under the MIT License.