- Try 1:N Face Search through our Face Identification Web Demo.
- Subscribe our Free APIs for your app or website from our API Hub.
- Clone our Hugging Face space for your IDV project setup.
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 Windows 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 and more from facial images for demographic analysis.
No. | Demo | Description |
---|---|---|
1 | Flask Demo | Flask Server Demo for 1:1 verification, liveness detection |
2 | Gradio Demo | Gradio UI Demo for 1:1 verification, liveness detection |
3 | Video Surveillance Demo | Video Surveillance Demo for 1:N identification |
- Windows System: Windows 10 or later
- CPU: 8 cores
- RAM: 8 GB
- HDD: 8 GB
-
Clone this repository to your local machine:
git clone https://github.com/recognito-vision/Windows-FaceRecognition-FaceLivenessDetection.git
Download
engine
folder from Here and extract toWindows-FaceRecognition-FaceLivenessDetection
folder. -
Install
python-3.8.9.exe
,VC_redist.2013.exe
,VC_redist.2015-2022.exe
files fromdependency
folder.Important Note: When install
python-3.8.9.exe
, have to tick theAdd Python3.8 to PATH
option. -
Install the Python package from the desired demo folder. (
flask
,gradio
,video_surveillance_demo
)cd Windows-FaceRecognition-FaceLivenessDetection\gradio python -m pip install -r requirements.txt
-
Run
app.py
from the demo folder.python app.py
-
Get your HWID and share it with us for trial license.
-
Copy the
license.txt
license file received from us to theengine
folder.
-
Run
app.py
from the desired demo folder. (flask
,gradio
,video_surveillance_demo
)python app.py
-
Video Surveillance Demo
Test Photo Match (photo vs photo face identification), Video Surveillance (photo vs video face identification).
Media files, RTSP, web camera can be used as input video.
-
Flask Demo
To test the API, you can use Postman. Here are the endpoints for testing
http://{xx.xx.xx.xx}:8000/api/compare_face
http://{xx.xx.xx.xx}:8000/api/analyze_face
-
Gradio:
Go to http://127.0.0.1:7860/ on a web browser.
For any questions, issues, or feature requests, please contact our support team.