![Banner](https://private-user-images.githubusercontent.com/74977495/344437631-b78e3d25-7313-463f-89f4-9c7d5f5166c1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MDQ5MDAsIm5iZiI6MTczOTUwNDYwMCwicGF0aCI6Ii83NDk3NzQ5NS8zNDQ0Mzc2MzEtYjc4ZTNkMjUtNzMxMy00NjNmLTg5ZjQtOWM3ZDVmNTE2NmMxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDAzNDMyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJhMWU4YzJiZTUzMTJjYWFkMTI4MjYyZmUxYmRlYzZiYjQzZmE5YTUyNDUwNDZiMDhjOGM5NjllNzBhYjAwNGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8N6PO4eIW145yV5C6_8QEojanbAdavWrRu7q6MUKAT0)
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.py
The application will be available in your browser at http://localhost:8501.