Skip to content

TomNett/streamlit-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Web App with Streamlit and Scikit-learn

Explore different datasets and classifier. This tutorial should demonstrate how easy interactive web applications can be build with streamlit. Streamlit lets you create apps for your machine learning projects with simple Python scripts. See official streamlit website for more info.

Preview

Example of Streamlit|635x380

Watch the Tutorial

Alt text

Installation

You need these dependencies:

pip install streamlit
pip install scikit-learn
pip install matplotlib

Usage

Run

streamlit run main.py

About

Build an interactive web app with streamlit and scikit-learn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%