Ecosyste.ms: Awesome

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

https://github.com/aofdev/vue-pwa-vision

Vue2 + Google Cloud Vision + Progressive Web App With Face Detection
https://github.com/aofdev/vue-pwa-vision

face-analysis face-detection google-cloud-platform google-cloud-vision hacktoberfest pwa vue vue2 yarn

Last synced: about 2 months ago
JSON representation

Vue2 + Google Cloud Vision + Progressive Web App With Face Detection

Lists

README

        

# The-feeling

> Vue2 + Vuetify + google cloud vision api with Progressive Web App

## Example

![alt tag](http://i.imgur.com/7y6NNJP.png)

## Getting Started

> Enable google cloud vision api

At -> src/components/Face.vue [Google cloud api Browser key](https://console.cloud.google.com/apis/dashboard)

``` bash
...
apiKey: "",
...

```

## Build Setup

### NPM
``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```
### Yarn
``` bash
# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build
```