hugging-face-trackio

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

4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/Bennoo/classification_experience --skill hugging-face-trackio-bennoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-trackio
Source: https://github.com/Bennoo/classification_experience/tree/main/.claude/skills/hugging-face-trackio
Command: npx skills add https://github.com/Bennoo/classification_experience --skill hugging-face-trackio-bennoo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Trackio automates the logging and visualization of ML training metrics.

Core Features & Use Cases

  • Real-time logging via Python API or CLI.
  • Sync to Hugging Face Spaces for remote dashboards.
  • JSON outputs for automation and integration with ML tooling.

Quick Start

Minimal Quick Start: Install the library: pip install trackio Python API usage: import trackio trackio.init(project="my-project", space_id="username/trackio") trackio.log({"loss": 0.5, "accuracy": 0.8}) trackio.finish() Show the dashboard: trackio.show()

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 in real-time?

You can track ML training metrics in real-time by using the Trackio Python API. Initialize a project with trackio.init, log metrics using trackio.log, and call trackio.finish to complete the run.

How do I visualize ML training dashboards remotely?

To visualize ML training dashboards remotely, sync your metrics to a Hugging Face Space by passing a space_id to trackio.init. You can then use trackio.show to display the dashboard.

Can I query benchmarking metrics via the command line?

Yes, you can query benchmarking metrics via the command line. Trackio provides CLI commands for querying metrics and dashboards, enabling retrospective analysis across multiple runs without using the Python API.

Does Trackio integrate with existing ML automation workflows?

Trackio integrates with ML automation workflows by outputting metrics in JSON format. This allows automation tools to easily parse and integrate benchmarking data alongside the Python API and CLI.

Related Skills