Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,15 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
description: "Detect objects in an image using YOLOv5."
|
| 12 |
---
|
| 13 |
-
git add README.md
|
| 14 |
-
git commit -m "Updated Space description"
|
| 15 |
-
git push
|
| 16 |
|
|
|
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: mit
|
| 11 |
description: "Detect objects in an image using YOLOv5."
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
+
# Object Detection
|
| 15 |
|
| 16 |
+
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.
|
| 17 |
+
|
| 18 |
+
## Features
|
| 19 |
+
- Supports common image formats (JPG, PNG, etc.)
|
| 20 |
+
- Real-time object detection
|
| 21 |
+
- Visualizes detection results with bounding boxes
|
| 22 |
+
- Displays confidence scores for each detection
|
| 23 |
+
|
| 24 |
+
[Insert any additional description you want to appear on your Space's page]
|