Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

iterative/example-mlem-get-started

Repository files navigation

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 the results of following the Get Started. Results of each step can be found in Git tags.
  • The dvc branch contains the results of the MLEM+DVC tutorial.

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

Trying out the repository

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

Clone the repository first:

$ git clone 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:

$ python3 -m venv .venv
$ source .venv/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.