Quick Setup Clone this repository. Create a virtualenv and install the requirements. Run redis-server. Start a Celery worker: celery worker -A app.celery --loglevel=info`. Start the Flask application : python app.py. Go to http://localhost:5000/ !