Face Recognition, On-Promises
2.0K
For more information, visit KBY AI's GitHub Repository.
This Docker image implements face recognition technology via a Flask API and Gradio.
It includes features that allow for testing face recognition between two images using both image files and base64-encoded images.
Our facial recognition algorithm is globally top-ranked by NIST in the FRVT 1:1 leaderboards. (Latest NIST frvt evaluation report 2024-12-20)
sudo docker pull kbyai/face-recognition:latest
sudo docker run -v ./license.txt:/root/kby-ai-face/license.txt -p 8081:8080 -p 9001:9000 kbyai/face-recognition:latest
sudo docker run -e LICENSE="xxxxx" -p 8081:8080 -p 9001:9000 kbyai/face-recognition:latest
This Docker image utilizes KBY-AI's Face Recognition Server SDK, which requires a license for each machine or instance on which it runs.
sudo docker run -e LICENSE="xxxxx" kbyai/face-recognition:latest
Contact us:
🧙Email: [email protected]
🧙Telegram: @kbyaisupport
🧙WhatsApp: +13348402323
🧙Discord: KBY-AI
🧙Teams: KBY-AI
To test the Gradio demo from the Docker image, access it at http://127.0.0.1:9001 or http://localhost:9001.
To test the API, use Postman. Here are the endpoints for testing:
Test with an image file: Send a POST request to http://127.0.0.1:8081/compare_face.
Test with a base64-encoded image: Send a POST request to http://127.0.0.1:8081/compare_face_base64.
Download the Postman collection to access and use these endpoints easily. Click here
Content type
Image
Digest
sha256:6e666842a…
Size
764.5 MB
Last updated
over 1 year ago
docker pull kbyai/face-recognition