#133 · Primary category: MLOps & Evaluation
sacred
Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
Project last updated:10/22/25
GitHub Stars
4.4K
Forks
393
Contributors
107
License
MIT
Why we included this project
Running many machine learning experiments often means losing track of which configuration produced which result. Sacred wraps your training scripts so each run is automatically logged with its configuration and metrics, plus any artifacts, and it can store that history in MongoDB for later querying. The configuration system lets you define defaults and override them from the command line, which makes sweeping hyperparameters and reproducing a specific run far less error-prone. Teams that value clean experiment records will find the observer-based logging and the ability to compare runs useful without having to adopt a heavyweight platform. It is a practical, minimal-overhead choice for researchers and small teams who want reproducible experiments without restructuring their existing code.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models