Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.23 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.23 KB

emoji-caption

Automatically generated emoji captions for your images

preview

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.

Running the site locally

  1. Clone the repo
  2. cd emoji-caption
  3. npm i
  4. bower i

Setting up credentials

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.

License

The MIT License © 2017 Alex Saunders. All rights reserved.