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.
You need these dependencies:
pip install streamlit
pip install scikit-learn
pip install matplotlib
Run
streamlit run main.py