Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 443 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 443 Bytes

Vision-on-raspberry

This is a Flask Application

Installation Guide

(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

Running the web api

export GOOGLE_APPLICATION_CREDENTIALS=./vision.json
source activate env/bin/activate
python app.py

gcloud auth application-default login