FaceRecognition - Windows
This demo demonstrates face recognition and face liveness detection by mitigating biometric fraud on Windows server in python language.
Overview
This is the Face Recognition Python project for Windows machine.
It stands for face recognition python, facial recognition python, face liveness check python, spoofing prevention python, face matching python, face comparison python, face search engine python, face identification python on Windows server.
SDK
Face Recognition SDK - ServerGithub
Test Online

Postman
To test the API, you can use Postman. Here are the endpoints for testing:
Test with an image file: Send a
POSTrequest to http://18.221.33.238:8080/compare_faceTest with a
base64-encodedimage: Send aPOSTrequest to http://18.221.33.238:8081/compare_face_base64You can download the
Postmancollection to easily access and use theseendpoints. click here

How to Run
1. System Requirements
CPU: 2 cores or more (Recommended: 2 cores)
RAM: 4 GB or more (Recommended: 8 GB)
HDD: 4 GB or more (Recommended: 8 GB)
OS: Windows 7 or later
Dependency: OpenVINO™ Runtime (Version: 2022.3), ncnn Runtime(20220721), Vulkan SDK Runtime(1.3.250)
2. Setup and Test
Clone the project:
git clone https://github.com/kby-ai/FaceRecognition-Windows.gitDownload the model from
Google Driveand unzip it: click hereRun the
Pythoncode:
python test.pySend us the
machine codeand replace thelicense.txtfile you received. Then, run thePythoncode again.


Last updated