@@ -24,10 +24,35 @@ Recognito's face recognition algorithm has been ranked as the **Top 1 in the NIS
2424- ** Pose Estimation:** Estimate the pose of a detected face, including Yaw, Roll, Pitch
2525
2626### Additional Features
27+ - ** NIST FRVT Top 1 Algorithm:** Utilize the top-ranked face recognition algorithm from the NIST FRVT for accurate and reliable results.
2728- ** On-premise:** Operate entirely within your infrastructure, ensuring data privacy and security.
2829- ** Real-time:** Perform face recognition, liveness detection, and pose estimation with minimal latency.
2930- ** Fully-offline:** Function without the need for an internet connection, ensuring reliability and data privacy.
30- - ** NIST FRVT 1 Algorithm:** Utilize the top-ranked face recognition algorithm from the NIST FRVT for accurate and reliable results.
3131
3232## Demo Video
3333[ <img src =" https://github.com/Recognito-Vision/Face-SDK-Android-Demo/assets/153883841/532c2717-9249-491e-8206-bf16caadb18b " width =" 70% " >] ( https://www.youtube.com/watch?v=9HM70PFa4lQ )
34+
35+ [ www.youtube.com/@Recognito-Ltd ] ( https://www.youtube.com/@Recognito-Ltd )
36+ <p align =" center " >
37+ <img src =" https://github.com/Recognito-Vision/Face-SDK-Android-Demo/assets/153883841/9d5813c0-2f9e-4ab5-a70a-38d8967c5b99 " width =" 16% " />
38+ <img src =" https://github.com/Recognito-Vision/Face-SDK-Android-Demo/assets/153883841/e7dab27d-5d41-4f66-8cdb-1978c53a8b87 " width =" 16% " />
39+ <img src =" https://github.com/Recognito-Vision/Face-SDK-Android-Demo/assets/153883841/700e1627-9b90-4354-923a-8dcc2536e9f0 " width =" 16% " />
40+ <img src =" https://github.com/Recognito-Vision/Face-SDK-Android-Demo/assets/153883841/0466d171-4a38-4fd4-ab27-33931711febc " width =" 16% " />
41+ <img src =" https://github.com/Recognito-Vision/Face-SDK-Android-Demo/assets/153883841/02eef939-6b3f-4f68-a4cc-c116e0494fa8 " width =" 16% " />
42+ <img src =" https://github.com/Recognito-Vision/Face-SDK-Android-Demo/assets/153883841/d2f70698-932d-4bf0-900f-7f432b8702b7 " width =" 16% " />
43+ </p >
44+
45+ ## Download APK
46+ <a href =" https://drive.google.com/file/d/1TYrTCMbo1COSgiQ_BvVyHhiS9BkUfZ-O/view?usp=drive_link " style =" display : flex ; align-items : center ;" >
47+ <img src="https://github.com/Recognito-Vision/Face-SDK-Android-Demo/assets/153883841/6277f598-aae5-44a3-ab16-4eb19e023d56", width=10%/>
48+ </a ><br />
49+
50+ ## SDK Integration
51+ To use the Recognito SDK in your Android project, follow these steps:
52+ #### 1. Add ` libfacesdk ` into the project
53+ - Add the SDK folder to your Android project's directory.
54+ - Add the following dependencies to your ` build.gradle ` file:
55+ ``` groovy
56+ dependencies {
57+ implementation project(path: ':libfacesdk')
58+ }
0 commit comments