This is a demo of the Places365Classifier running on Algorithmia, which uses state-of-the-art deep learning to identify places in images. Simply paste in a URL or upload a file to quickly classify places, locations, and scenes in images.
This demo can be viewed at https://demos.algorithmia.com/classify-places
This demo only contains frontend code and requires no specialized hosting (or even a server).
- download the repository
- edit /JavaScript/classify-places/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:classify-places - open /build/classify-places/index.html in a web browser
Find more information in the Algorithmia Developer Center or the API Docs.