Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fmind/mlflow-demo

MLflow demo for the MLOps Community Meetup at Luxembourg.
https://github.com/fmind/mlflow-demo

community demo machine-learning mlflow mlops

Last synced: 7 days ago
JSON representation

MLflow demo for the MLOps Community Meetup at Luxembourg.

Awesome Lists containing this project

README

        

# MLflow Demo

MLflow demo for the MLOps Community Meetup at Luxembourg.

# Requirements

- [Python](https://www.python.org/)
- [Poetry](https://python-poetry.org/)
- [PyInvoke](https://www.pyinvoke.org/)
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)

# Installation

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

Remember to activate the Virtual Environment before accessing the project:

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

# Reproduction

## MLflow Tracking

```bash
poetry run python src/mldemo/tracking.py
```

## MLflow Registry

```bash
poetry run python src/mldemo/registry.py
```