Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Making PHP see using the Google Cloud Vision API

Making PHP see using the Google Cloud Vision API

A presentation I did at the PHP Antwerp meetup on May 24th 2016.

I made a wrapper around the Google Cloud Vision API and talked about its capabilities.

Talk details: https://talks.feryn.eu/talks/155/making-php-see-using-the-google-cloud-vision-api-php-antwerp-may-meetup-wilrijk

Thijs Feryn

May 24, 2016
Tweet

More Decks by Thijs Feryn

Other Decks in Technology

Transcript

  1. ✓ Label detection ✓ Text detection ✓ Face detection ✓

    Landmark detection ✓ Logo detection ✓ Image properties ✓ Safe search detection Capabilities
  2. { "responses": [ { "labelAnnotations": [ { "mid": "/m/01g317", "description":

    "person", "score": 0.94566113 }, { "mid": "/m/09cx8", "description": "finger", "score": 0.90582412 }, { "mid": "/m/0k65p", "description": "hand", "score": 0.80619782 }, { "mid": "/m/0dzf4", "description": "arm", "score": 0.78079385 }, { "mid": "/m/01dv4h", "description": "portrait", "score": 0.71484989 }, { "mid": "/m/012t_z", "description": "businessperson", "score": 0.55623162 }, { "mid": "/m/01bmhj", "description": "thumb", "score": 0.53253812 } ] } ] }