/custom-data-insights

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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