This section of the repo contains Python code to accompany the videos that show how to use Prefect for MLOps. We will create workflows that you can orchestrate and observe.






Coming soon!
In a conda environment with Python 3.10.12 or similar, install all package dependencies with
pip install -r requirements.txt
Create another window and activate your conda environment. Start the Prefect API server locally with
prefect server start
Signup and use for free at https://app.prefect.cloud
Authenticate through the terminal with
prefect cloud login
Use your Prefect profile to switch between a self-hosted server and Cloud.
Did you take notes? Add them here:
- Send a PR, add your notes above this line
To read the notes from the previous edition, see here