Overview
This 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 man-made place like Disney World.
In this tutorial we are going to learn how to use the landmark_detection method to detect famous landmark in Python.
Documentation
Python Script