Tutorial: Google Vision API with Python and Heroku

Learn how to use Google Vision API

Evan Fang
Towards Data Science
6 min readOct 24, 2019

--

Image by author

As we learned before, Google Vision AI could be divided into two parts, AutoML Vision and Vision API. For the Vision API reference, here is the previous post talking about what could Vision API does, how to create an API key, and then query it with curl.

--

--