Liveness

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>

Visit https://hub.docker.com/r/accurascan/faceliveness to check the latest version available

Example:
docker pull accurascan/faceliveness:1.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>

Example
docker run -dp 8448:443 --restart=always
accurascan/faceliveness:1.0.0

Step 3:

Generate a license from developer account from “https://accurascan.com/” using your server details

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

NameTypeDescription

image*

file

Upload your image file

Last updated