Face Liveness
Face Liveness Check is used for Customer Verification and Authentication. It Protects You from Identity Theft & Spoofing Attacks Using Active and Passive Selfie Technology for Liveness Check.
Steps to Install and Run the Liveness Docker
Step 1:
Pull AccuraLiveness Docker image using the command docker pull accurascan/faceliveness:<latest tag>
docker pull accurascan/faceliveness:30.0.0
Step 2:
Run the docker by using the command: sudo docker run -dp port-you-want-accuraliveness-to-run-on:443 -- restart=always accurascan/faceliveness:<latest tag>
docker run -dp 8448:443 --restart=always
accurascan/faceliveness:30.0.0
Step 3:
Upload your license accessing "https://<yourdomain:port>" using a browser, Example is shown in the image below.

Step 4:
Use https://your-domain-or-ip.com:port/upload.php (POST request) to access the API, an example post request as shown below.
POST
https://yourdomain:port/upload.php
Request Body
image*
file
Upload your image file

Last updated