yolo-trainer / README.md
dharshanzeb's picture
Add README with Space config
5f2c5cf verified

A newer version of the Gradio SDK is available: 6.15.2

Upgrade
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

  1. Go to the Train tab
  2. Pick model size, epochs, batch size, learning rate
  3. Click Start Training β€” watch logs and metrics in real-time
  4. Switch to the Inference tab
  5. Upload an image β†’ see detections!