Skip to content

biancaines/prefect-mlops-zoomcamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLOps Zoomcamp 2023 Week 3

Prefect logo


This 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..

Setup

Clone the repo

Clone the repo locally.

Install packages

In a conda environment with Python 3.10.12 or similar, install all package dependencies with

pip install -r requirements.txt

Start the Prefect server locally

Create another window and activate your conda environment. Start the Prefect API server locally with

prefect server start

Optional: use Prefect Cloud for added capabilties

Signup and use for free at https://app.prefect.cloud

About

MLOps Zoomcamp 2023 repository for Module 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.5%
  • Python 1.5%