Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
title: YOLOS Object Detection
|
4 |
emoji: 📦
|
5 |
colorFrom: green
|
@@ -8,22 +7,19 @@ sdk: gradio
|
|
8 |
sdk_version: "4.27.0"
|
9 |
app_file: app.py
|
10 |
pinned: false
|
|
|
11 |
|
|
|
12 |
|
13 |
This Gradio demo uses the pretrained YOLOS transformer (`hustvl/yolos-base`) from Hugging Face Transformers to detect objects in uploaded images.
|
14 |
|
15 |
## Features
|
16 |
- Upload any image
|
17 |
- Detect objects with YOLOS
|
18 |
-
-
|
19 |
- Adjustable confidence threshold
|
20 |
|
21 |
## Run Locally
|
22 |
```bash
|
23 |
pip install -r requirements.txt
|
24 |
python app.py
|
25 |
-
```
|
26 |
-
|
27 |
-
## Powered By
|
28 |
-
- [Hugging Face Transformers](https://huggingface.co/transformers/)
|
29 |
-
- [Gradio](https://gradio.app/)
|
|
|
1 |
+
---
|
|
|
2 |
title: YOLOS Object Detection
|
3 |
emoji: 📦
|
4 |
colorFrom: green
|
|
|
7 |
sdk_version: "4.27.0"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
---
|
11 |
|
12 |
+
# YOLOS Object Detection with Gradio
|
13 |
|
14 |
This Gradio demo uses the pretrained YOLOS transformer (`hustvl/yolos-base`) from Hugging Face Transformers to detect objects in uploaded images.
|
15 |
|
16 |
## Features
|
17 |
- Upload any image
|
18 |
- Detect objects with YOLOS
|
19 |
+
- View bounding boxes and object labels
|
20 |
- Adjustable confidence threshold
|
21 |
|
22 |
## Run Locally
|
23 |
```bash
|
24 |
pip install -r requirements.txt
|
25 |
python app.py
|
|
|
|
|
|
|
|
|
|