Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.15.2
metadata
title: YOLO Trainer & Detector
emoji: π―
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
license: apache-2.0
short_description: Train YOLOv8 and run object detection
π― YOLO Trainer & Detector
Train a YOLOv8 object detection model and run inference β all from a web UI.
Features
- ποΈ Training Tab β Train YOLOv8 on the yolo-detection-dataset with configurable hyperparameters. Real-time training logs and metrics charts.
- π Inference Tab β Upload any image and detect objects using your trained model or a pretrained COCO model. Bounding boxes drawn with confidence scores.
- π Live Metrics β Loss curves and mAP charts update after each epoch.
How to Use
- Go to the Train tab
- Pick model size, epochs, batch size, learning rate
- Click Start Training β watch logs and metrics in real-time
- Switch to the Inference tab
- Upload an image β see detections!