Aumkeshchy2003 commited on
Commit
bc71176
·
verified ·
1 Parent(s): 3b82d86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
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
- Check out the configuration reference at [Hugging Face Spaces Config](https://huggingface.co/docs/hub/spaces-config-reference).
 
 
 
 
 
 
 
 
 
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]