A real-time object detection system built for Flipkart Grid 6.0, leveraging the power of YOLOv8 to accurately detect objects from a live camera feed via a sleek, minimal web interface.
Smart Vision is a computer vision application trained on the YOLOv8 dataset to detect and classify fresh and packaged objects from live video input.
- Real-Time Detection using YOLOv8
- Live Camera Feed integration via Web App
- Fast and Lightweight model for smooth performance
- Custom-Trained Model on relevant dataset
| Component | Tech Used |
|---|---|
| Object Detection | YOLOv8 (Ultralytics) |
| Backend | Python, Flask |
| Frontend | HTML, CSS, JS |
| Live Feed | OpenCV (cv2) |
- Used Ultralytics' YOLOv8 implementation.