An open API service indexing awesome lists of open source software.

https://github.com/ubuntu/face-detection-web

Single page website for face detection (using face-detection-demo backend) using Polymer
https://github.com/ubuntu/face-detection-web

Last synced: about 1 year ago
JSON representation

Single page website for face detection (using face-detection-demo backend) using Polymer

Awesome Lists containing this project

README

          

# face-detection-web
Single page website for face detection (using face-detection-demo backend) with Polymer

## Required backend

This web page is used to be the frontend part served by face-detection-demo backend (in the same user group repository). It has a `snapcraft.yaml` to embed this project.

## Install the Polymer-CLI

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.

## Viewing Your Application

```
$ polymer serve
```

## Building Your Application

```
$ polymer build
```

This will create a `build/` folder with `bundled/` and `unbundled/` sub-folders
containing a bundled (Vulcanized) and unbundled builds, both run through HTML,
CSS, and JS optimizers.

You can serve the built versions by giving `polymer serve` a folder to serve
from:

```
$ polymer serve build/bundled
```