We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05725ce commit beb0df9Copy full SHA for beb0df9
1 file changed
README.md
@@ -1,11 +1,13 @@
1
# 🎯 Trackio
2
3
-Trackio is a drop-in replacement for `wandb` that uses Hugging Face Datasets for experiment logging and Gradio for visualization.
+Trackio is a drop-in replacement for `wandb` that uses Hugging Face Datasets for experiment logging and Gradio / Spaces for visualization.
4
5
## Features
6
- **API compatible** with `wandb.init`, `wandb.log`, and `wandb.finish` (use `trackio` instead)
7
- Stores logs in a Hugging Face Datasets-compatible format (Parquet)
8
- Visualize experiments with a Gradio dashboard
9
+- *Local-first* design: your dashboard runs locally by default. You can also host it on Spaces by changing a single parameter.
10
+- Everything mentioned, including hosting on Spaces, is free!
11
12
## Example Usage
13
```python
0 commit comments