cympfh / mlops-faststreamflow

Template Repository for MLops: FastAPI + Streamlit + MLflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !!

About

Template Repository for MLops: FastAPI + Streamlit + MLflow


Languages

Language:Python 99.2%Language:Shell 0.8%