Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 539 Bytes

File metadata and controls

17 lines (12 loc) · 539 Bytes

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.

Installation

You need these dependencies:

pip install sklearn  streamlit pandas  numpy matplotlib

Usage

Run

streamlit run main.py