Spaces:
Sleeping
Sleeping
title: Object Detection | |
emoji: π | |
colorFrom: green | |
colorTo: pink | |
sdk: gradio | |
sdk_version: 5.16.2 | |
app_file: app.py | |
pinned: false | |
license: mit | |
description: Detect objects in an image using YOLOv5. | |
short_description: Detect objects in an 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.) | |
- Real-time object detection | |
- Visualizes detection results with bounding boxes | |
- Displays confidence scores for each detection |