Automatically generated emoji captions for your images
Emoji caption automatically generates captions for your images and provides an emoji translation!
Image captions are created with the Microsoft Azure computer vision API, emojis are generated with use of the emojilib library and the UI is implemented with Polymer.
- Clone the repo
cd emoji-caption
npm i
bower i
In order to run the site locally you will need to have an account set up with Azure and an active subscription to the computer vision API. Once you have done this you'll need to edit credentials.js
, into which you will need to update the region
and subscriptionKey
values to your corresponding API keys.
Afterwards, you'll be able to run npm run dev
to set up a development environment or npm start
to run a build.
Finally, navigate to localhost:9000.
The MIT License © 2017 Alex Saunders. All rights reserved.