Skip to content

hvardhanx/bing-bong

Repository files navigation

bing-bong

Install Virtualenv

  • Make sure you have python 2.7.x and pip installed.
pip install virtualenv
virtualenv flask
source flask/bin/activate

Clone the repo

git clone https://github.com/royalharsh/bing-bong.git
cd bing-bong

Install dependencies and create database

pip install -r requirements.txt
python -m nltk.downloader all
python db_create.py

Run the app

gunicorn app:app

Feel free to open an issue if you face any problems.