Sample Application
Linux-ID Document Liveness Detection SDK Flask, Gradio Demo
Docker
sudo docker pull recognito/id-live:latest
sudo docker run -it -e LICENSE_KEY="xxxxxxxxxxxxx" -p 9001:9000 -p 7861:7860 recognito/id-live:latest [OPTION --gradio(-g), --flask(-f)]sudo docker pull recognito/id-live:latest
sudo docker run -it -v ./license.txt:/app/license.txt -p 9001:9000 -p 7861:7860 recognito/id-live:latest [OPTION --gradio(-g), --flask(-f)]Installation
- Download
- Install dependencies
- Setting Up SDK License Key
Test
- Run Demo

- Test Flask Server APIs
POST /process_image
POST /process_image_base64

- Test Gradio

Last updated