Analysis_of_Faculty_Participation_Data

Demo

Launch the web app:

Reproducing this web app

To recreate this web app on your own computer, do the following.

Create conda environment

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

Install prerequisite libraries

Download requirements.txt file

https://github.com/psyduck1203/Analysis_of_Faculty_Participation_Data/requirements.txt

Pip install libraries

pip install -r requirements.txt

Download and unzip this repo

Download this repo and unzip as your working directory.

Launch the app

streamlit run app.py