Skip to content

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

License

Notifications You must be signed in to change notification settings

Elysian01/ML-EDA-and-Modelling-using-Streamlit

Repository files navigation

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