Explore three different datasets - IRIS Dataset, Breast Cancer Dataset, Wine Dataset from Scikit-learn and run three different classifier - KNN, SVM, Random Forest.
You need these dependencies to run the app:
pip install streamlit
pip install scikit-learn
pip install matplotlib
pip install numpy
Clone the Repository and Run
streamlit run main.py