kby-ai/FaceRecognition-React-Native
GitHub: kby-ai/FaceRecognition-React-Native
基于 React Native 的商业级人脸识别与活体检测 SDK,支持 Android 和 iOS 双平台,适用于 KYC 身份核验等安全场景。
Stars: 35 | Forks: 11
### 我们的人脸识别算法在 NIST FRVT 1:1 排行榜中荣获全球顶级排名。
[最新 NIST FRVT 评估报告 2024-12-20](https://pages.nist.gov/frvt/html/frvt11.html)

#### 🆔 ID Document Liveness Detection - Linux - [点击此处](https://web.kby-ai.com)
#### 🤗 Hugging Face - [点击此处](https://huggingface.co/kby-ai)
#### 📚 产品与资源 - [点击此处](https://github.com/kby-ai/Product)
#### 🛟 帮助中心 - [点击此处](https://docs.kby-ai.com)
#### 💼 KYC 验证演示 - [点击此处](https://github.com/kby-ai/KYC-Verification-Demo-Android)
#### 🙋♀️ Docker Hub - [点击此处](https://hub.docker.com/u/kbyai)
# FaceRecognition-React-Native
## 概述
本仓库演示了在 `Android` 和 `iOS` 平台上针对 `React-Native` 的 `face liveness detection`(人脸活体检测)和 `face recognition`(人脸识别)技术。
### ◾FaceSDK(Mobile) 详情
| Basic | 🔽 Standard | Premium |
|------------------|------------------|------------------|
| Face Detection | Face Detection | Face Detection |
| Face Liveness Detection | Face Liveness Detection | Face Liveness Detection |
| Pose Estimation | Pose Estimation | Pose Estimation |
| | Face Recognition | Face Recognition |
| | | 68 points Face Landmark Detection |
| | | Face Quality Calculation |
| | | Face Occlusion Detection |
| | | Eye Closure Detection |
| | | Age, Gender Estimation |
### ◾FaceSDK(Mobile) 产品列表
| No. | Repository | SDK Details |
|------------------|------------------|------------------|
| 1 | [Face Liveness Detection - Android](https://github.com/kby-ai/FaceLivenessDetection-Android) | Basic SDK |
| 2 | [Face Liveness Detection - iOS](https://github.com/kby-ai/FaceLivenessDetection-iOS) | Basic SDK |
| 3 | [Face Recognition + Face Liveness Detection - Android](https://github.com/kby-ai/FaceRecognition-Android) | Standard SDK |
| 4 | [Face Recognition + Face Liveness Detection - iOS](https://github.com/kby-ai/FaceRecognition-iOS) | Standard SDK |
| 5 | [Face Recognition + Face Liveness Detection - Flutter](https://github.com/kby-ai/FaceRecognition-Flutter) | Standard SDK |
| 6 | [Face Recognition + Face Liveness Detection - Ionic-Cordova](https://github.com/kby-ai/FaceRecognition-Ionic-Cordova) | Standard SDK |
| ➡️ | [Face Recognition + Face Liveness Detection - React-Native](https://github.com/kby-ai/FaceRecognition-React-Native) | Standard SDK |
| 8 | [Face Attribute - Android](https://github.com/kby-ai/FaceAttribute-Android) | Premium SDK |
| 9 | [Face Attribute - iOS](https://github.com/kby-ai/FaceAttribute-iOS) | Premium SDK |
| 10 | [Face Attribute - Flutter](https://github.com/kby-ai/FaceAttribute-Flutter) | Premium SDK |
## 使用演示 App 试用
### Google Play
### App Store
## 性能视频
您可以访问我们的 YouTube 视频[这里](https://www.youtube.com/watch?v=HpDggnWsG1c),查看我们的演示 App 运行效果。
[](https://www.youtube.com/watch?v=HpDggnWsG1c)
## 截图
```
- 要获取人脸检测结果,请使用以下代码:
```
const eventEmitter = new NativeEventEmitter(FaceSDKModule);
let eventListener = eventEmitter.addListener('onFaceDetected', (event) => {
setFaces(event);
if (recognized == false) {
identifyPerson(event);
}
});
```
- 要启动和停止相机,请使用以下代码:
```
//Start Camera
const startCamera = async () => {
await FaceSDKModule.startCamera();
}
//Stop Camera
const stopCamera = async () => {
await FaceSDKModule.stopCamera();
}
```
### App Store
## 性能视频
您可以访问我们的 YouTube 视频[这里](https://www.youtube.com/watch?v=HpDggnWsG1c),查看我们的演示 App 运行效果。
[](https://www.youtube.com/watch?v=HpDggnWsG1c)
## 截图
标签:Android, DSL, IDV, iOS, KYC, NIST FRVT, Python, React Native, 人脸SDK, 人脸属性分析, 人脸比对, 人脸活体检测, 人脸识别, 人脸追踪, 人脸重建, 人脸防伪, 反欺诈, 无后门, 生物特征识别, 移动开发, 自动化攻击, 计算机视觉, 跨平台开发, 金融科技