Skip to content

redur/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.

About

Get Started MLEM project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.1%
  • Dockerfile 24.9%