Created
July 1, 2019 07:40
-
-
Save DataSolveProblems/d4f93c0e6669fb963b483793e7db5e80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os, io | |
from google.cloud import vision | |
from google.cloud.vision import types | |
os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = r'ServiceAccountToken.json' | |
client = vision.ImageAnnotatorClient() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment