A real-time Object Detection and Tracking system using YOLOv8 and OpenCV, built with Streamlit for a simple web interface.
- Detects multiple objects in real time using YOLOv8
- Works with webcam or uploaded video files
- Highlights objects with labels and confidence scores
- (Optional) Integrates tracking for continuous object IDs
- Python
- YOLOv8 (Ultralytics)
- OpenCV
- Streamlit
- NumPy
- Clone this repository:
git clone https://github.com/userdanial/CodeAlpha_ObjectDetectionTracking.git cd CodeAlpha_ObjectDetectionTracking