workshop-uncool-mlops icon indicating copy to clipboard operation
workshop-uncool-mlops copied to clipboard

Accompanies the uncool MLOps workshop

workshop-uncool-mlops

Overview

Issue Labeler

  • :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
$ export GITHUB_TOKEN={YOUR_GITHUB_TOKEN}

Current status

  1. Local Reproducibility

Workshop

  1. Shared Reproducibility

  2. Online Reproducibility

  3. Deployment

  4. Automation