Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DataSolveProblems/d4f93c0e6669fb963b483793e7db5e80 to your computer and use it in GitHub Desktop.
Save DataSolveProblems/d4f93c0e6669fb963b483793e7db5e80 to your computer and use it in GitHub Desktop.
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