Skip to content

Commit e97e35a

Browse files
authored
Update README.md
1 parent 02f5b56 commit e97e35a

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

README.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,15 @@
1717
# FaceActiveLivenessDetection-Android
1818

1919
## Overview
20-
This repository showcases real-time `Face Liveness Detection` technology on `Android` device.
20+
This repository showcases real-time `Face Active Liveness Detection` technology on `Android` device.
21+
Active face liveness detection is a security measure used in biometric systems to confirm that a live person, rather than a fraudulent representation like a photo or mask, is present during authentication. This method requires users to perform specific actions in real-time, such as blinking, smiling, or turning their head, to demonstrate liveness. By analyzing these prompted movements, the system can effectively distinguish between genuine users and potential spoofing attempts.
2122

22-
> In this repository, we integrated KBY-AI's face liveness(face anti-spoofing) solution into Android platform.
23-
24-
### ◾FaceSDK(Mobile) Details
25-
26-
| 🔽Basic | Standard | Premium |
27-
|------------------|------------------|------------------|
28-
| <b>Face Detection</b> | Face Detection | Face Detection |
29-
| <b>Face Liveness Detection</b> | Face Liveness Detection | Face Liveness Detection |
30-
| <b>Pose Estimation</b> | Pose Estimation | Pose Estimation |
31-
| | Face Recognition | Face Recognition |
32-
| | | 68 points Face Landmark Detection |
33-
| | | Face Quality Calculation |
34-
| | | Face Occlusion Detection |
35-
| | | Eye Closure Detection |
36-
| | | Age, Gender Estimation |
23+
> In this repository, we implemented face active liveness detection by integrating KBY-AI's Face SDK premium package into Android project.
3724
3825
### ◾FaceSDK(Mobile) Product List
3926
| No. | Repository | SDK Details |
4027
|------------------|------------------|------------------|
41-
| ➡️ | <b>[Face Liveness Detection - Android](https://github.com/kby-ai/FaceLivenessDetection-Android)</b> | <b>Basic SDK</b> |
28+
| 1 | [Face Liveness Detection - Android](https://github.com/kby-ai/FaceLivenessDetection-Android) | Basic SDK |
4229
| 2 | [Face Liveness Detection - iOS](https://github.com/kby-ai/FaceLivenessDetection-iOS) | Basic SDK |
4330
| 3 | [Face Recognition - Android](https://github.com/kby-ai/FaceRecognition-Android) | Standard SDK |
4431
| 4 | [Face Recognition - iOS](https://github.com/kby-ai/FaceRecognition-iOS) | Standard SDK |
@@ -48,6 +35,7 @@ This repository showcases real-time `Face Liveness Detection` technology on `And
4835
| 8 | [Face Attribute - Android](https://github.com/kby-ai/FaceAttribute-Android) | Premium SDK |
4936
| 9 | [Face Attribute - iOS](https://github.com/kby-ai/FaceAttribute-iOS) | Premium SDK |
5037
| 10 | [Face Attribute - Flutter](https://github.com/kby-ai/FaceAttribute-Flutter) | Premium SDK |
38+
| ➡️ | <b>[Face Active Liveness Detection - Android](https://github.com/kby-ai/FaceActiveLivenessDetection-Android)</b> | <b>Premium SDK</b> |
5139

5240
> To get Face SDK(server), please visit products [here](https://github.com/kby-ai/Product).<br/>
5341
## Try the APK

0 commit comments

Comments
 (0)