The idea of this app is to help data scientists (or anyone looking for statistics) to get their first data insights simply and quickly. This application helps to analyze the data through univariate and multivariate statistics and also visualize the data through the dear graphs.
Here is some information to help you get started. This application is still in development and many other features can be added and improved!
The packages needed are in the requirements.txt file.
Clone the repository and install all the packages necessary:
pip install virtualenv
vintualenv venv
source venv/bin/activate
pip install -r requirements.txt
Use the following command to run the application:
streamlit run eda_main.py
You can create your own app on Heroku platform. Follow this
You can access the app here