Author: Rushil Daya Purpose: Workshop for vaia as part of course Machine Learning into Practice: Deep Dive into MLOps
This repo contains a number of ipython notebooks in the worksheets folder, the src folder contains helper code used in the worksheets
- you will need an openai api key and a cohere api key. these should be added to a file called .env, the structure of the file can be taken from the .env-example file
there are 3 ways to run the worksheets:
- in github codespaces: the codespace will be initialized with the dev container specified in this repo - no additional setup is required
- dev container locally: run the dev container from your local machine - no additional setup is required
- local - no dev container (not recommended): install via poetry (python version >=3.10)