Skip to content

Commit 5dc009d

Browse files
committed
fork
1 parent 91821f4 commit 5dc009d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# 🎯 Trackio
22

3-
Trackio is a drop-in replacement for `wandb` that uses Hugging Face Datasets for experiment logging and Gradio / Spaces for visualization.
3+
Trackio is a lightweight alternative for `wandb` that uses Hugging Face Datasets for experiment logging and Gradio / Spaces for visualization.
44

55
## Features
6-
- **API compatible** with `wandb.init`, `wandb.log`, and `wandb.finish` (use `trackio` instead)
6+
- **API compatible** with `wandb.init`, `wandb.log`, and `wandb.finish` (drop-in replacement: just use `trackio` instead of `wandb`)
77
- Stores logs in a Hugging Face Datasets-compatible format (Parquet)
88
- Visualize experiments with a Gradio dashboard
99
- *Local-first* design: your dashboard runs locally by default. You can also host it on Spaces by changing a single parameter.
@@ -42,6 +42,8 @@ for run in range(total_runs):
4242
trackio.ui()
4343
```
4444

45+
Trackio is designed to be lightweight (<500 lines of code total), not fully-featured. It is designed in a modular way so that developers can easily fork the repository and add functionality that they care about.
46+
4547
## Data Storage
4648
- Logs are saved in `./trackio/{project}/{run_name}/run.parquet`
4749
- Config is saved as `config.json` in the same directory

0 commit comments

Comments
 (0)