Skip to content

slchangtw/mlops_zoomcamp

Repository files navigation

mlops_zoomcamp

The repository contains the code for the MLOps course from the DataTalks.Club ZoomCamp.

Envrioment setup

# Create and activate a virtual environment. (Python version should be >= 3.9)
python -m venv .venv
. .venv/bin/activate

# Install poetry
pip install poetry==1.3.0
poetry install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published