Overview

Google Cloud Vision API can analyze an image, detect and extract information of different objects and entities in an image Using the Label Detection feature we can identity general objects, locations, activities, animal species, products, and more. In this tutorial we are going to learn how to use the LABEL_DETECTION method to perform the label detection task.

Documentation

https://cloud.google.com/vision/docs/labels

Python Script