FaceRecognition - Windows
This demo demonstrates face recognition and face liveness detection by mitigating biometric fraud on Windows server in python language.
Last updated
This demo demonstrates face recognition and face liveness detection by mitigating biometric fraud on Windows server in python language.
Last updated
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.
To test the API
, you can use Postman
. Here are the endpoints
for testing:
Test with an image file: Send a POST
request to http://18.221.33.238:8080/compare_face
Test with a base64-encoded
image: Send a POST
request to http://18.221.33.238:8081/compare_face_base64
You can download the Postman
collection to easily access and use these endpoints
. click here
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)
Clone the project:
Download the model from Google Drive
and unzip it: click here
Run the Python
code:
Send us the machine code
and replace the license.txt
file you received. Then, run the Python
code again.