- Download Anaconda
- Create the conda environment hm3
$ conda env create --file environment.yml- Activate the conda environment hm3
$ conda env activate hm3- Change the current working directory to the location where you want the cloned directory and clone the github repository
$ git clone https://github.com/AlaaBejaoui/hm3.git- To run the script locally, run the following command
$ streamlit run run.py