You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-17Lines changed: 5 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,28 +17,15 @@
17
17
# FaceActiveLivenessDetection-Android
18
18
19
19
## 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.
21
22
22
-
> In this repository, we integrated KBY-AI's face liveness(face anti-spoofing) solution into Android platform.
0 commit comments