Create virtual environment and install dependencies
virtualenv env
source env/bin/activate
git clone https://github.com/kakshay21/Hackathon3.0
cd Hackathon3.0
pip install -r requirements.txt
Note : This is created on python2.7 but works with python3.6 too.