Spaces:
Sleeping
Sleeping
File size: 734 Bytes
f88fc78 73439b2 f88fc78 73439b2 f88fc78 bc71176 10def4e bc71176 0cd0b4b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
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 |