Launch the web app:
To recreate this web app on your own computer, do the following.
Firstly, we will create a conda environment called afpdenv
conda create -n afpdenv python=3.7.9
Secondly, we will login to the afpdenv environement
conda activate afpdenv
Download requirements.txt file
https://github.com/psyduck1203/Analysis_of_Faculty_Participation_Data/requirements.txt
Pip install libraries
pip install -r requirements.txt
Download this repo and unzip as your working directory.
streamlit run app.py