Sign inSign up

kbyai/face-recognition

By kbyai

Updated 10 months ago

Face Recognition, On-Promises

Image
Machine learning & AI
Developer tools
Web servers
3

2.0K

kbyai/face-recognition repository overview

Product & Resources

For more information, visit KBY AI's GitHub Repository.

FaceRecognition-Docker

Overview

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)
frvt-sheet

Docker Run

  • Pull docker image.
sudo docker pull kbyai/face-recognition:latest
  • Run docker container with license key file.
sudo docker run -v ./license.txt:/root/kby-ai-face/license.txt -p 8081:8080 -p 9001:9000 kbyai/face-recognition:latest
  • Run docker container with license key string.
sudo docker run -e LICENSE="xxxxx" -p 8081:8080 -p 9001:9000 kbyai/face-recognition:latest

SDK License

This Docker image utilizes KBY-AI's Face Recognition Server SDK, which requires a license for each machine or instance on which it runs.

  • To get the machine code for license, use the following command:
sudo docker run -e LICENSE="xxxxx" kbyai/face-recognition:latest
  • To request the license, please provide us with the machine code obtained from your console. Postman

Contact us:
🧙Email: [email protected]
🧙Telegram: @kbyaisupport
🧙WhatsApp: +13348402323
🧙Discord: KBY-AI
🧙Teams: KBY-AI

Try the API

Gradio Demo

To test the Gradio demo from the Docker image, access it at http://127.0.0.1:9001 or http://localhost:9001.

Gradio Demo
Postman

To test the API, use Postman. Here are the endpoints for testing:

Postman

Tag summary

Content type

Image

Digest

sha256:6e666842a

Size

764.5 MB

Last updated

over 1 year ago

docker pull kbyai/face-recognition