MLflow demo for the MLOps Community Meetup at Luxembourg.
# 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
poetry run python src/mldemo/tracking.py
poetry run python src/mldemo/registry.py