hugging-face-trackio

Log and visualize ML training metrics via CLI and Python API.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/hongmaple0820/agent-academy --skill hugging-face-trackio-hongmaple0820
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-trackio
Source: https://github.com/hongmaple0820/agent-academy/tree/main/skills/ai-ml/hugging-face-trackio
Command: npx skills add https://github.com/hongmaple0820/agent-academy --skill hugging-face-trackio-hongmaple0820

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Trackio addresses the challenge of consistently logging and visualizing ML training metrics across local and remote environments.

Core Features & Use Cases

  • Track metric values during training via Python API or CLI, and visualize them in real-time dashboards.
  • Sync metrics to Hugging Face Spaces for persistent, shareable monitoring across runs and projects.

Quick Start

Initialize Trackio with a project name and optional space_id, then log metrics to start monitoring immediately.

Frequently Asked Questions about hugging-face-trackio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track ML experiment metrics with a real-time dashboard?

ML experiment tracking is handled by logging metric values via a Python API or CLI during training to visualize them in real-time dashboards. You initialize with a project name, log metrics, and finish to start monitoring immediately.

Can I sync my ML metrics to Hugging Face Spaces for persistent monitoring?

Syncing ML metrics to Hugging Face Spaces is supported for persistent, shareable monitoring across runs and projects. You can optionally pass a space_id during initialization to enable remote Space synchronization alongside local dashboards.

What is the best way to visualize ML training metrics across local and remote environments?

Visualizing ML training metrics consistently across local and remote environments is achieved by logging values locally and optionally syncing to a remote Space. This approach ensures metrics remain accessible and shareable across different runs and projects.

Do I need to use Python to log metrics, or is there a CLI workflow?

You do not need to use Python exclusively, as Trackio covers both CLI and Python API workflows for logging metrics. This allows you to log metric values during training and visualize them in dashboards using either interface.

How do I initialize experiment tracking before logging metrics?

To initialize experiment tracking, you start with a project name and an optional space_id. Once initialized, you can log metric values via Python or CLI to start monitoring your ML training runs in real-time dashboards immediately.