This app is designed to allow users to input and analyze data sets. It is currently deployed on an Amazon Web Services (AWS) Elastic Compute Cloud (EC2) instance.
To use the app, simply follow the prompts on the homepage to upload your data set. The app will then provide various analysis options, including visualizations and statistical analysis.
To use this app, follow these steps:
- Make sure you have Python and pip installed on your machine. You can check if you have these installed by running the following commands in your terminal:
python --version
pip --version
If you do not have Python
or pip
installed, you can install them by following the instructions here
- Clone this repository and navigate to the root directory of the project.
git clone https://github.com/Ag994/data-analysis-app-using-streamlit.git
cd data-analysis-app-using-streamlit
- Install the required dependencies.
pip install -r requirements.txt
This will install the pandas
and streamlit
libraries, which are needed to run the app.
- Launch the app by running the following command from the root directory of the project:
streamlit run app.py
Thank you for using my Data Analysis App!