healthmap How to run? STEPS: Clone the repository Project repo: https://github.com/ STEP 01- Create a conda environment after opening the repository conda create -n Healthmap python=3.10 -y conda activate Healthmap STEP 02- install the requirements pip install -r requirements.txt