Preview v0.3.1
Crucible Model Registry
Model versioning, artifact storage, and lineage tracking for ML pipelines
Stats & Info
- Latest release: v0.3.1
- Recent downloads: 180
- All-time downloads: 180
- Maintainers: nshkrdotcom
Installation
Add crucible_model_registry to your list of dependencies in mix.exs:
def deps do
[
{:crucible_model_registry, "~> 0.3.1"}
]
endThen run:
mix deps.get