Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 635 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 635 Bytes

Interactive Web App with Streamlit and Scikit-learn

In this web application we can explore different datasets and classifier. This project demonstrates how easily an 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 streamlit
pip install scikit-learn
pip install matplotlib

Usage

Run

streamlit run main.py