Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 755 Bytes

File metadata and controls

26 lines (18 loc) · 755 Bytes

Beautiful Web interface made using Streamlit library for quick Exploratory Data Analysis and building classification models which are implemented from scratch.

Classification Algorithm which are implemented from scratch using python includes:

  1. Logistic Regression
  2. Naive Bayes
  3. K-NN

The user also has the priviledge to either choose from inbuilt popular 10 datasets or can upload his own dataset.

Demo

demo video

Get Started

Install all the dependencies

pip install -r requirements.txt

Run the application

streamlit run app.py