7560535N / README.md
EZSeal's picture
Merge remote main and resolve conflicts
d19f5d2
metadata
title: 7560535N
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.44.1
app_file: app.py
pinned: false
license: apache-2.0

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