This is an auto-generated repository for use in MLEM Get Started. It is a step-by-step quick introduction into basic MLEM concepts.
🐛 Please report any issues found in this project here - example-repos-dev.
Python 3.7+ is required to run code from this repo.
$ 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 with a tool such as virtualenv:
$ virtualenv -p python3 .env
$ source .env/bin/activate
$ pip install -r src/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.