This is a Flask Application
(Please download your vision api key and put insider the repo)
export GOOGLE_APPLICATION_CREDENTIALS=./vision.json
virtualenv env
source activate env/bin/activate
pip install -r requriement.txt
export GOOGLE_APPLICATION_CREDENTIALS=./vision.json
source activate env/bin/activate
python app.py
gcloud auth application-default login