This project implements a real-time object detection system that identifies hotdogs in images and live webcam video using a pretrained YOLOv8 model.
- Real-time hotdog detection using webcam
- Bounding box visualization with confidence scores
- Model: YOLOv8n (nano)
- Dataset: COCO (pretrained)
- Framework: Ultralytics YOLO
- Class of interest: "hot dog"
git clone https://github.com/YOUR_USERNAME/hotdog-detector.git
cd hotdog-detector
pip install -r requirements.txt