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

https://github.com/faceplugin-ltd/facerecognition-livenessdetection-vue


https://github.com/faceplugin-ltd/facerecognition-livenessdetection-vue

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Face-Recognition-SDK-Demo-Vue

## Run

### Install dependencies
```
npm i
```

### Copy the pretrained weight files
```
node post-install.js
```

### Execute the vue app
```
npm run dev
```