Live Demo

Try YOLO-Master in your browser

YOLO-Master WebUI — Hugging Face Spaces
Tip

The first load may take 10-20 seconds as the Space initializes. For best experience, use a desktop browser.

What You Can Do

Upload Images

Drag & drop or click to upload your own images for detection

Adjust Confidence

Interactive threshold slider to filter detections by confidence

Class Filtering

Toggle specific object classes on/off in real-time

Download Results

Export annotated images with bounding boxes and labels

Run Locally

For faster inference and full control, run the Gradio demo on your own machine

Bash
# Clone the repository
git clone https://github.com/Tencent/YOLO-Master
cd YOLO-Master

# Install dependencies
pip install -r requirements.txt
pip install gradio

# Launch the demo
python app.py
# Open http://127.0.0.1:7860 in your browser

Run on Google Colab

No local setup required