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.
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 .env
$ source .env/bin/activate
$ pip install -r requirements.txt
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.