Skip to content

Instantly share code, notes, and snippets.

@abhishekr700
Last active February 18, 2020 19:48
Show Gist options
  • Save abhishekr700/3ed2e91b9768dc282cbf0ddf3b9911d3 to your computer and use it in GitHub Desktop.
Save abhishekr700/3ed2e91b9768dc282cbf0ddf3b9911d3 to your computer and use it in GitHub Desktop.
  1. conda install -c conda-forge google-cloud-sdk
  2. gcloud init
  3. It will ask you to login
  4. Select project

Install Google Cloud Vision API

conda install -c conda-forge google-cloud-vision

If you get error new() got an unexpected keyword argument 'serialized_options'

conda install -c anaconda protobuf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment