Skip to content

Commit 095015e

Browse files
committedApr 12, 2023
readme
1 parent d3cd068 commit 095015e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 

‎README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# react-face-kyc
2+
3+
> Quite useful react snippet for automatic photo capture with check of correct face position (KYC document face liveness)
4+
5+
It uses [FaceWASM](https://github.com/oriolmapu/FaceWASM) - face detection implementation which uses [Haar-cascade Detection](https://docs.opencv.org/3.4/d2/d99/tutorial_js_face_detection.html). This method is performant enough and [can be trained](https://docs.opencv.org/4.x/dc/d88/tutorial_traincascade.html) instead of programmed
6+
7+
![screenshot](./docs/screencast.gif)
8+
9+
## Usage
10+
11+
```bash
12+
npm install
13+
npm start
14+
```

‎docs/screencast.gif

2.58 MB
Unable to render code block

0 commit comments

Comments
 (0)
Please sign in to comment.