This project demonstrates Object Detection using the YOLOv8 (You Only Look Once) framework from Ultralytics. The model can identify and localize multiple objects in an image with bounding boxes and class labels.
The repo includes pre-trained weights (yolov8n.pt, yolov8s.pt), a simple app.py script for inference, and all required dependencies.