iterative / workshop-uncool-mlops

Accompanies the uncool MLOps workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workshop-uncool-mlops

Overview

Issue Labeler

Before we start

$ 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

About

Accompanies the uncool MLOps workshop


Languages

Language:Python 100.0%