Welcome to our Face SDK Demos repository! Here you will find demos showcasing the capabilities of our on-premise Face SDKs, including face recognition, liveness detection, and face attribute analysis. Our SDK is designed to work seamlessly on Linux Server platforms and can be integrated into various systems such as eKYC solutions and CCTV systems.
Our Product List for ID verification.
- Face Recognition: Identify and verify individuals by comparing their facial features.
- Liveness Detection: Determine whether a face is live or spoofed to prevent fraud in authentication processes.
- Face Attribute Analysis: Extract facial attributes such as age, gender, emotion, and ethnicity from facial images for demographic analysis.
Pull the Docker image from hub.docker.com/recognito and run the container:
No. | Demo | Docker Image | Commands | Request License |
---|---|---|---|---|
1 | Face Recognition for eKYC | recognito/face-recognition:latest | sudo docker pull recognito/face-recognition:latest sudo docker run -it -e FR_LICENSE_KEY="XXXXX-XXXXX-XXXXX-XXXXX" -p 8001:8000 -p 7861:7860 recognito/face-recognition:latest [OPTION --gradio(-g), --flask(-f)] |
Send |
2 | Face Liveness Detection for eKYC | recognito/face-liveness:latest | sudo docker pull recognito/face-liveness:latest sudo docker run -it -e FL_LICENSE_KEY="XXXXX-XXXXX-XXXXX-XXXXX" -p 8001:8000 -p 7861:7860 recognito/face-liveness:latest [OPTION --gradio(-g), --flask(-f)] |
Send |
3 | Face SDK Lite for CCTV | recognito/facesdk-lite:latest | sudo docker pull recognito/facesdk-lite:latest sudo docker run -it -v ./license.txt:/home/recognito_lite/license.txt -p 8001:8000 -p 7861:7860 recognito/facesdk-lite:latest [OPTION --gradio(-g), --flask(-f)] |
Send |
No. | Demo | SDK Details | Download Demo (zip) and Trial license | Installation Guide |
---|---|---|---|---|
1 | Face Recognition | Face Recognition for eKYC | Download | Installation |
2 | Face Liveness Detection | Face Liveness Detection for eKYC | Download | Installation |
3 | Face SDK Lite | Face Recognition, Liveness Detection for CCTV system | Download | Installation |
- Linux OS: Ubuntu 20.04 or later
- CPU: 8 cores
- RAM: 8 GB
- HDD: 8 GB
For any questions, issues, or feature requests, please contact our support team.