- ⭐ -> https://github.com/iterative/dvc
- ⭐ -> https://github.com/iterative/dvclive
- ⭐ -> https://github.com/iterative/cml
- ⭐ -> https://github.com/huggingface/transformerss
-
Fork this repo https://github.com/iterative/workshop-uncool-mlops
-
Clone your fork.
-
Intall:
$ python -m venv .venv
$ source .venv/bin/activate
$ python -m pip install --upgrade pip
$ pip install wheel
$ pip install -r requirements.txt
- Create a GitHub personal access token
$ export GITHUB_TOKEN={YOUR_GITHUB_TOKEN}