Cheese app is a simple web app that lets you take a selfie and automatically places stickers on the face.
Install polymer-cli:
npm install -g polymer-cli
npm install -g firebase-tools
git clone https://github.com/polymerLabs/cheese.git
cd cheese
bower install
Create a Cloud Platform project and API key for making calls to Cloud Vision API.
Open index.html and replace api_key with your own key.
<cheese-app api-key="api_key">
polymer serve
polymer build
This command serves the minified version of the app in an bundled state:
polymer serve build/bundled
firebase login
firebase deploy