Skip to content

kleveross/ormb

Repository files navigation

Build Status Coverage Status

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.

asciicast

Installation

You can install the pre-compiled binary, or compile from source.

Install the pre-compiled binary

Download the pre-compiled binaries from the releases page and copy to the desired location.

Compile from source

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

Introduction

ormb 介绍

Tutorial

Distribute models with ormb and Docker Registry

Please have a look at docs/tutorial.md

Serving with Seldon Core

Please have a look at docs/tutorial-serving-seldon.md

OCI Model Configuration Specification

Please have a look at docs/spec_v1alpha1.md

Community

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.