Skip to content

Simple demonstration of interactions between a streamlit app and the mlflow tracking api

Notifications You must be signed in to change notification settings

victorconan/mlflow-with-streamlit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLFlow Streamlit Interaction

Motivation

In this repo I bring together my favorite two Python libraries right now: streamlit and mlflow. It is a simple demonstration of how you can use streamlit to experiment with various machine learning models and mlflow to keep track of your experiments.

Watch this YouTube video for a simple demonstration:

Try yourself

Step 1: Clone this repository to your local machine

git clone git@github.com:mwinterde/mlflow-with-streamlit.git

Step 2: Build docker containers for the streamlit and mlflow services.

docker-compose build

Step 3: Run the services.

docker-compose up

Step 4: Explore.

About

Simple demonstration of interactions between a streamlit app and the mlflow tracking api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.5%
  • Dockerfile 8.5%