File size: 535 Bytes
dde5289 a0384c9 dde5289 a0384c9 dde5289 b043c57 dde5289 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 |
---
title: YOLOS Object Detection
emoji: 📦
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: "4.27.0"
app_file: app.py
pinned: false
---
# YOLOS Object Detection with Gradio
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
- View bounding boxes and object labels
- Adjustable confidence threshold
## Run Locally
```bash
pip install -r requirements.txt
python app.py
|