Interactive Web App with Streamlit and Scikit-learn that applies different Classification algorithms to popular datasets
Datasets Used: Iris dataset, Breast Cancer Dataset and Wine Dataset from UC Irvine Machine Learning Repository
Preview
Installation
You need these dependencies:
pip install streamlit
pip install scikit-learn
pip install matplotlib
Usage
Clone the repository
git clone https://github.com/lionelsamrat10/Classification-Visualization.git
Go to the project directory
cd Classification-Visualization-main
Run
streamlit run main.py