--- title: Object Detection emoji: 📈 colorFrom: green colorTo: pink sdk: gradio sdk_version: 5.19.0 app_file: app.py pinned: false license: mit description: Detect objects in an image using YOLOv5. short_description: Detect objects in a video and image using YOLOv5. --- # Object Detection This Space provides an interactive demo for detecting objects in images using YOLOv5. Upload any image, and the model will identify and locate objects within it, drawing bounding boxes around detected items and labeling them with their corresponding classes. ## Features - Supports common image formats (JPG, PNG, etc.) - Visualizes detection results with bounding boxes - Displays confidence scores for each detection - Displays FPS for Video Detection.