Google Cloud Vision API

Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications.

Google Cloud Platform Dashboard

Use Google APIs. Enable APIS, create credentials and track your usage.

API Manager

  • Dashboard. Enable API

    • Search: Translate

    • Google Cloud Vision API. Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications.

    • Enable

root@edison:~/CodeLabs/EkBalam# wget https://upload.wikimedia.org/wikipedia/commons/5/5d/Barack_Obama_family_portrait_2011.jpg
--2016-11-22 04:01:37--  https://upload.wikimedia.org/wikipedia/commons/5/5d/Barack_Obama_family_portrait_2011.jpg
Resolving upload.wikimedia.org... 208.80.153.240, 2620:0:860:ed1a::2:b
Connecting to upload.wikimedia.org|208.80.153.240|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1972894 (1.9M) [image/jpeg]
Saving to: 'Barack_Obama_family_portrait_2011.jpg'

100%[======================================>] 1,972,894    477KB/s   in 4.0s   

2016-11-22 04:01:42 (477 KB/s) - 'Barack_Obama_family_portrait_2011.jpg' saved [1972894/1972894]
root@edison:~/CodeLabs/EkBalam#
root@edison:~/CodeLabs/EkBalam# python gcpfaces.py Barack_Obama_family_portrait_2
Found 4 faces
Writing to file out.jpg
root@edison:~/CodeLabs/EkBalam#

Last updated