ormb is an open-source model registry to manage machine learning model.
ormb helps you manage your Machine Learning/Deep Learning models. It makes your models easy to create, version, share and publish.
You can install the pre-compiled binary, or compile from source.
Download the pre-compiled binaries from the releases page and copy to the desired location.
Clone:
$ git clone https://github.com/kleveross/ormb
$ cd ormb
Get the dependencies:
$ go mod tidy
Build:
$ make build-local
Verify it works:
$ ./bin/ormb --help
Please have a look at docs/tutorial.md
Please have a look at docs/tutorial-serving-seldon.md
Please have a look at docs/spec_v1alpha1.md
ormb project is part of Klever, a Cloud Native Machine Learning platform.
The Klever slack workspace is klever.slack.com. To join, click this invitation to our Slack workspace.