Skip to main content

Version and deploy your models following GitOps principles

Project description

[![Check, test and release](https://github.com/iterative/mlem/actions/workflows/check-test-release.yml/badge.svg)](https://github.com/iterative/mlem/actions/workflows/check-test-release.yml) [![codecov](https://codecov.io/gh/iterative/mlem/branch/main/graph/badge.svg)](https://codecov.io/gh/iterative/mlem) [![PyPi](https://img.shields.io/pypi/v/mlem.svg?label=pip&logo=PyPI&logoColor=white)](https://pypi.org/project/mlem)

MLEM is in early alpha. Thank you for trying it out! 👋

Alpha include model registry functionality, and upcoming Beta will add model deployment functionality.

## What is MLEM 🐶

MLEM is a tool to help you version and deploy your Machine Learning models. At the top level, MLEM consists of two parts:

  1. Model registry part:
    1. Storing model along with information required to use it: environment, methods, input data schema.

    2. Turning your Git repo into a model registry.

  2. Deployment part:
    1. Packing a model to use in any serving scenario.

    2. Provider-agnostic deployment.

Speaking generally, the goal of MLEM is to enable easy and error-safe way to transition ML model from training to serving environment.

## Key features

  • MLEM is not intrusive. It doesn’t ask you to rewrite your training code. Just add two lines to your python script: one to import the library and one to save the model.

  • MLEM turns your Git repository into an easy-to-use model registry. Have a centralized place to store your models along with all metainformation. You don’t need to set up a separate backend server to use it as a model registry.

  • Stick to your workflow. Use Gitflow or any other Git workflow you like. Because MLEM models are saved as mere artifacts, treat them as any other artifact your produce. Commit metainformation to your repo and store model binaries in any other way you usually do.

  • Use your model whatever your like:
    • Turn your model to a python package with one command. You find that helpful if you use your model embedded in some other Python application.

    • Use your model for batch scoring. You can use MLEM CLI to get predictions for a data file or folder with files. The docker container you build will be capable of this by default.

    • Turn your model to a REST API application with Dockerfile prepared with one command. If you like, treat it as a separate git repo or build a Docker container from a model directly.

    • Deploy your model. MLEM is a provider-agnostic deployment tool. You don’t have to learn new providers when you deploy models to a different cloud or PaaS. MLEM abstracts that for you and simplifies the model deployment tasks. If your provider is not listed yet, you can write a simple plugin to work with MLEM or upvote the issue for creating one.

## Installation

Install MLEM with pip:

` $ pip install mlem `

To install the development version, run:

` $ pip install git+git://github.com/iterative/mlem `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlem-0.1.2.tar.gz (78.0 kB view details)

Uploaded Source

Built Distribution

mlem-0.1.2-py3-none-any.whl (103.1 kB view details)

Uploaded Python 3

File details

Details for the file mlem-0.1.2.tar.gz.

File metadata

  • Download URL: mlem-0.1.2.tar.gz
  • Upload date:
  • Size: 78.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for mlem-0.1.2.tar.gz
Algorithm Hash digest
SHA256 0b2a5a32039d0f8fcc547b24e812e5f83effb73048e97876e09591f35398f839
MD5 2482b2994690c8ff9727fd466cd51334
BLAKE2b-256 15ea43121bcb98848f431542d1371cf361e82155c40359d5f3c23866dbec432c

See more details on using hashes here.

File details

Details for the file mlem-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: mlem-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 103.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for mlem-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4aa329fc4903d289ec0f71ee7bbb05f3e08de0b74a4483c0b65255cf9c8589a6
MD5 1b172d211c433ee94cd522fbafbb1f90
BLAKE2b-256 81e7a399e725e08f76e4deade83839b8f55346572a3c427d947f615b16134c05

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page