/mlops-faststreamflow

Template Repository for MLops: FastAPI + Streamlit + MLflow

Primary LanguagePython

A Template Repository for MLops - FastAPI + Streamlit + MLflow

# Backend Server -- Dataset loading, Model learning & Model testing
$ just serve

# Frontend UI -- Model Controller & Viewer
$ just view

# Model Manangement Dashboard
$ just mlflow

Dependencies

All are managed with poetry (or see pyproject.toml).

$ poetry install

This is Strongly inspired by zademn/mnist-mlops-learning !!