CoolFace
Apppublic

av1352/ClearML-experiment-tracking

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes
App README

๐Ÿš€ ClearML Experiment Tracking Dashboard

Interactive ML training dashboard showcasing ClearML's auto-magical experiment tracking capabilities.

What This Does

Train a CNN on MNIST with customizable hyperparameters and watch as ClearML automatically tracks:

  • โ€”๐Ÿ“Š All metrics (loss, accuracy) in real-time
  • โ€”๐Ÿ”ง Hyperparameters and configuration
  • โ€”๐Ÿ’พ Model weights and artifacts
  • โ€”๐Ÿ”€ Git commit and code changes
  • โ€”๐Ÿ“ฆ Python environment
  • โ€”๐Ÿ’ป System resources (GPU/CPU/RAM)

The Magic: Just 2 Lines of Code

python
from clearml import Task
task = Task.init(project_name='My Project', task_name='Experiment 1')
# Everything below is now tracked automatically! โœจ

Features

  • โ€”Interactive UI - Configure training with sliders
  • โ€”Real-time Curves - See loss/accuracy update live
  • โ€”ClearML Integration - Full experiment tracking
  • โ€”Reproducibility - Clone any experiment with one click

Why ClearML?

ClearML is an open-source MLOps platform that makes experiment tracking effortless. Unlike competitors (MLflow, W&B), ClearML requires zero manual logging - just initialize once and everything is tracked automatically.

Perfect for: Teams building production ML systems who need reproducibility, collaboration, and automated experiment management.

Source Code

Full implementation: GitHub Repository


Built by: Anju Vilashni Nandhakumar Contact: nandhakumar.anju@gmail.com LinkedIn: linkedin.com/in/anju-vilashni

This is a technical demonstration and is not affiliated with ClearML.