Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 710 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 710 Bytes

MLflow Demo

MLflow demo for the MLOps Community Meetup at Luxembourg.

Requirements

Installation

# install the project environment
inv install
# start the MLflow server from Docker
inv serve

Remember to activate the Virtual Environment before accessing the project:

# on Linux and Mac
./.venv/bin/activate

Reproduction

MLflow Tracking

poetry run python src/mldemo/tracking.py

MLflow Registry

poetry run python src/mldemo/registry.py