https://github.com/faceplugin-ltd/facerecognition-livenessdetection-vue
https://github.com/faceplugin-ltd/facerecognition-livenessdetection-vue
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/faceplugin-ltd/facerecognition-livenessdetection-vue
- Owner: Faceplugin-ltd
- Created: 2023-12-13T13:37:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T13:47:01.000Z (over 2 years ago)
- Last Synced: 2024-04-29T02:35:52.879Z (about 2 years ago)
- Language: Vue
- Size: 941 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```