All Projects → PolymerLabs → cheese

PolymerLabs / cheese

Licence: other
cheese.polymer-project.org

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Cheese

Cheese app is a simple web app that lets you take a selfie and automatically places stickers on the face.

Prerequisites

Polymer CLI

Install polymer-cli:

npm install -g polymer-cli

Firebase command line tools

npm install -g firebase-tools

Setup

git clone https://github.com/polymerLabs/cheese.git
cd cheese
bower install

Setup Cloud Vision API key

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">

Start the development server

polymer serve

Build

polymer build

Test the build

This command serves the minified version of the app in an bundled state:

polymer serve build/bundled

Deploy to Firebase Hosting

firebase login
firebase deploy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].