7560535N โ€” YOLO Object Detection Demo

This Hugging Face Space hosts a Gradio demo for my fine-tuned YOLO object detection model.

What this app does

  • Upload an image
  • Runs object detection inference using my trained YOLO model (best.pt)
  • Displays the predicted bounding boxes and class labels on the image

Model

  • Model file used in this Space: best.pt
  • Trained for custom detection (2 classes not in COCO)

How to use

  1. Upload an image (JPG/PNG)
  2. Adjust:
    • Confidence Threshold (higher = fewer detections)
    • IoU Threshold (controls overlap filtering)
  3. View the output image with predicted boxes

Notes

  • This Space is intended for ITI121 Assignment 2 deployment demo.
  • If the app fails to start, check the Logs tab for missing dependencies or model file issues.

license: apache-2.0

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support