Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steren/vision-meme

How does Google Cloud Vision API handle memes
https://github.com/steren/vision-meme

Last synced: about 1 month ago
JSON representation

How does Google Cloud Vision API handle memes

Awesome Lists containing this project

README

        

Google Cloud Vision and memes
=============================

Print results from the [Google Cloud Vision API](https://cloud.google.com/vision/) on images from [Reddit's /r/funny](https://www.reddit.com/r/funny/comments/49rpkb/dog_or_muffin/) of very similarly looking things.

Only the label with the highest score is kept and printed.

How to use
----------

Select an image from the dropdown list or upload your own. It expects images of 4 x 4 smaller images.
A loader indicates when results are pending from the Vision API.

How to run
----------

* replace `API_KEY` with the API key of your Google Cloud project in `vision-meme.js` (get it at https://console.cloud.google.com/apis/credentials)
* run a local server (for example by running `python -m SimpleHTTPServer`)

This is not a Google product (experimental or otherwise).