Jul 22, 2019 | Google Vision API, Python
OverviewThis is probably one of my favorite feature of the Google Vision API, being able to detect famous places and landscapes based on an image I uploaded. The Landmark detection feature detects famous places whether it is a natural landscape like Yosemite or...
Jul 18, 2019 | Google Vision API, Python
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...
Jul 18, 2019 | Google Vision API, Python
Overview The Image Properties feature detects general attributes of an image, such as the dominant colors composed in the image. In this tutorial we will learn how to use the IMAGE_PROPERTIES method of the Google’s Vision API. Documentation...
Jul 17, 2019 | Google Vision API, Python
Overview The Face Detection feature detects faces within an image and returns information such as facial attributes location, emotional states, and as well as wearable accessories. In this tutorial we will learn how to use the FACE_DETECTION method with Vision API....
Jul 17, 2019 | Google Vision API, Python
Overview The Crop Hints feature suggests vertices how to crop region of an image giving the crop ratio. In this tutorial we are going to learn how to use the Google Vision API Crop Hint detection request. Documentation...
Jul 17, 2019 | Google Vision API, Python
Overview Using Google’s Vision API cloud service, we can extract and detect different information and data from an image/file. In this tutorial we are going to learn how to extract text from a PDF (or TIFF) file using the DOCUMENT_TEXT_DETECTION feature. Extract...