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