elisno / example-mlem-get-started

Get Started MLEM project

Home Page:https://mlem.ai/doc/get-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLEM Get Started

This is an auto-generated repository for use in MLEM Get Started. It is a step-by-step quick introduction into basic MLEM concepts.

The main branch contains only the code needed for the tutorial. Results of each step can be found in tags, and resulting state in correctponding branches.

🐛 Please report any issues found in this project here - example-repos-dev.

Installation

Python 3.7+ is required to run code from this repo.

To be able to commit and push your results please fork and then clone this repo

$ gh repo fork https://github.com/iterative/example-mlem-get-started
$ cd example-mlem-get-started

Now let's install the requirements. But before we do that, we strongly recommend creating a virtual environment with a tool such as virtualenv:

$ python3 -m venv .env
$ source .env/bin/activate
$ pip install -r requirements.txt

Existing stages

This project with the help of the Git tags reflects the sequence of actions that are run in the MLEM get started guide. Feel free to checkout one of them and play with the MLEM commands having the playground ready.

About

Get Started MLEM project

https://mlem.ai/doc/get-started


Languages

Language:Python 75.7%Language:Dockerfile 24.3%