RuneLog¶
RuneLog is a lightweight, file-based Python library for tracking machine learning experiments.
Features¶
- Track runs, metrics, and artifacts with zero-overhead setup
- Compare runs visually via a Streamlit UI
- Easy Python API + CLI
- Local-first, transparent storage
- Experiment and run management
- Parameter, metric, and artifact logging
- Model registry for saved models and versioning
Installation¶
Get Started¶
See Quickstart for a simple example.
For more details, check out the API Reference and UI Guide.