The simplest installation procedure would be to use anaconda (Can be downloaded from https://www.anaconda.com/).
Create an virtual environment using
conda create --name
activate
clone the GitHub repository
git clone https://github.com/nagi1995/buildwithai-hackathon.git
cd buildwithai-hackathon
Use the below command to download necessary libraries for running the code
pip install -r requirements.txt