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
- Upload an image (JPG/PNG)
- Adjust:
- Confidence Threshold (higher = fewer detections)
- IoU Threshold (controls overlap filtering)
- 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.