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

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


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

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Face-Recognition-SDK-Demo-React

## Run

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

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

### Execute the react app
```
npm start
```