workshop-uncool-mlops
workshop-uncool-mlops copied to clipboard
Accompanies the uncool MLOps workshop
workshop-uncool-mlops
- :star: -> https://github.com/iterative/dvc
- :star: -> https://github.com/iterative/dvclive
- :star: -> https://github.com/iterative/cml
- :star: -> https://github.com/huggingface/transformers
Before we start
-
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}
Current status
- Local Reproducibility
Workshop
-
Shared Reproducibility
-
Online Reproducibility
-
Deployment
-
Automation