This project is part of the DATA 557 - Applied Stats And Exp Design course. It involves analyzing faculty salary data from a US university to investigate potential differences between male and female faculty. The dataset includes information on faculty members employed at the university in 1995. We applied statistical methods and experimental design principles to analyze the dataset and derive meaningful insights. The project is implemented as a Streamlit web app. You can access the web app through this link or follow the installation instructions below to run it locally.
pages/: Python files for all the website pages (backend and frontend).blogs/: Markdown files for blog posts.data_loader.py: Script to load data.hypothesis_tests.py: Script for all the hypothesis testing work.Home.py: Entry point for the Streamlit web app.
To run the project, you need to have Python installed along with the required packages. Install the necessary packages using requirements.txt.
pip install -r requirements.txt- Clone the repository:
git clone https://github.com/akshan-main/data557project.git- Navigate to the project directory:
cd data557project- Run the Streamlit app:
streamlit run Home.pyThis project is licensed under the MIT License.