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