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
You need these dependencies:
pip install streamlit
pip install scikit-learn
pip install matplotlibClone the repository
git clone https://github.com/lionelsamrat10/Classification-Visualization.gitGo to the project directory
cd Classification-Visualization-mainRun
streamlit run main.py