Tiny sample for Google's Cloud Vision API
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install google-cloud-vision google-cloud-core google-cloud-storage
You need GCP account and enable Cloud Vision API. And set environment variable.
$ export GOOGLE_APPLICATION_CREDENTIALS=/path/to/your-credential.json
Start Jupyter Notebook.
$ jupyter notebook