https://github.com/faceplugin-ltd/facerecognition-livenessdetection-react
https://github.com/faceplugin-ltd/facerecognition-livenessdetection-react
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/faceplugin-ltd/facerecognition-livenessdetection-react
- Owner: Faceplugin-ltd
- Created: 2023-12-14T14:00:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T14:21:28.000Z (over 2 years ago)
- Last Synced: 2024-04-29T02:35:52.817Z (about 2 years ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```