nodeconf / oslo

Single-day, single-track Node.js conference in Oslo, Norway
http://oslo.nodeconf.com/
17 stars 4 forks source link

Using BigQuery and the Cloud Vision API to analyze Reddit #100

Closed JustinBeckwith closed 5 years ago

JustinBeckwith commented 8 years ago

CLOUDCATS See the code: https://github.com/JustinBeckwith/cloudcats

Gathering deep meaning from images has traditionally been hard. The Google Cloud Vision API can quickly classify images into thousands of categories, detect individual objects, landmarks, animals, and even facial expressions. Combining the vast amount of data on Reddit with this API can produce some interesting results - and lots of data! In this talk we'll show how to build a data analysis pipeline from Reddit, analyze the media with the Cloud Vision API, and stream it into Google BigQuery for real time analysis - all in JavaScript.

disclaimer: I work at Google on Node.js and Google Cloud.