This is the first release of the YOLOv8 Real-Time Object Detection project.
Features:
- Real-time webcam detection
- Image detection support from URLs or local files
- Displays bounding boxes and confidence scores
- Test result screenshots included
How to use:
- Run
main.pyfor webcam detection - Use
model("image_url")for image detection
Notes:
- Make sure your webcam is connected
- YOLOv8n model is included