This is a demo of the IllustrationTagger running on Algorithmia, which uses state-of-the-art deep learning to identify places in images. Simply provide an image, and state-of-the-art deep learning will identify features which are present.
This demo can be viewed at https://demos.algorithmia.com/image-tagger
This demo only contains frontend code and requires no specialized hosting (or even a server).
- download the repository
- edit /JavaScript/image-tagger/public/js/main.js to place your own API Key (free signup) in the line containing "Algorithmia.client()"
- if you have not already, run the setup steps outlined in /PUBLISH.md
- build the demo:
grunt build:image-tagger - open /build/image-tagger/index.html in a web browser
Find more information in the Algorithmia Developer Center or the API Docs.