hugging-face-trackio

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

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/erenisiklar/Pusula --skill hugging-face-trackio-erenisiklar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-trackio
Source: https://github.com/erenisiklar/Pusula/tree/main/.claude/skills/hugging-face-trackio
Command: npx skills add https://github.com/erenisiklar/Pusula --skill hugging-face-trackio-erenisiklar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Trackio provides a unified, real-time experiment-tracking solution for ML training that makes it simple to log, visualize, and share metrics across runs, reducing manual monitoring overhead.

Core Features & Use Cases

  • Logging metrics during training via a Python API
  • Retrieving metrics and viewing dashboards via a CLI
  • Syncing dashboards to Hugging Face Spaces for persistence and collaboration
  • JSON output for automation and integration with other tools

Quick Start

Initialize Trackio with a project, optionally set a space_id, log metrics during your training loop, and finish to persist data.

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 training metrics with a live dashboard?

You can track ML training metrics with a live dashboard by initializing a project, logging metrics via the Python API during your training loop, and calling finish to persist. The dashboard updates in real time across runs.

What is the best way to log experiment metrics for automation?

Logging experiment metrics for automation is best done by retrieving data via the CLI, which outputs JSON. This enables integration with other tools, while the Python API handles live metric logging during training.

Can I sync ML experiment dashboards to Hugging Face Spaces?

Yes, you can sync ML experiment dashboards to Hugging Face Spaces. By setting a space_id during initialization, dashboards are synced for persistence and collaboration, making them accessible to your team.

How do I retrieve tracked metrics from the command line?

To retrieve tracked metrics from the command line, use the CLI. It fetches logged training data and provides JSON output, enabling seamless automation and integration with external monitoring pipelines.

Does trackio work without external dependencies for MLOps?

Trackio operates without external dependencies for MLOps. It provides a unified experiment-tracking solution using a Python API and CLI, independently handling metric logging, visualization, and Hugging Face Space syncing.