Skip to content

ai-watcher/classifierapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Classifier Web App with Streamlit and Scikit-learn

Explore three different datasets - IRIS Dataset, Breast Cancer Dataset, Wine Dataset from Scikit-learn and run three different classifier - KNN, SVM, Random Forest.

Preview

Screenshot 2021-10-02 154326

Installation

You need these dependencies to run the app:

pip install streamlit
pip install scikit-learn
pip install matplotlib
pip install numpy

Usage

Clone the Repository and Run

streamlit run main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages