An application for analyzing datasets (CSV, Excel); visualize data distributions, uncover correlations, and view insightful summaries with ease.
Prerequisites
Ensure the following are installed
- Git
- Python
- Jupter Notebook (or install the Jupyter extension on Visual Studio Code).
To set up this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/thebugged/eda-app.git- Change into the project directory:
cd eda-app- Install the required dependencies:
pip install -r requirements.txt- Run the command:
streamlit run mainapp.pyThe application will be available in your browser at http://localhost:8501.