sivasanjay6264's picture
Rename yolo/README (1).md to yolo/README.md
2f99bfb verified
|
raw
history blame
506 Bytes

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
  • See bounding boxes and object labels
  • Adjustable confidence threshold

Run Locally

pip install -r requirements.txt
python app.py

Powered By