Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elysian01/ml-eda-and-modelling-using-streamlit

Beautiful Web interface made using Streamlit for quick Exploratory Data Analysis and building classification models which are implemented from scratch.
https://github.com/elysian01/ml-eda-and-modelling-using-streamlit

data-analysis data-visualization eda exploratory-data-analysis knn-classification logistic-regression matplotlib ml-model-on-web ml-models naive-bayes-classifier pandas seaborn streamlit streamlit-webapp

Last synced: about 2 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# [Web App For Exploratory Data Analysis and Modelling using Streamlit](https://eda-data-explorer.herokuapp.com/)

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
```python
pip install -r requirements.txt
```

Run the application
```python
streamlit run app.py
```