MLflow demo for the MLOps Community Meetup at Luxembourg.
# install the project environment
inv install
# start the MLflow server from Docker
inv serveRemember to activate the Virtual Environment before accessing the project:
# on Linux and Mac
./.venv/bin/activatepoetry run python src/mldemo/tracking.pypoetry run python src/mldemo/registry.py