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:
- Logistic Regression
- Naive Bayes
- K-NN
The user also has the priviledge to either choose from inbuilt popular 10 datasets or can upload his own dataset.
Install all the dependencies
pip install -r requirements.txt
Run the application
streamlit run app.py