Sense Face Match leverages state-of-the-art deep learning models to deliver highly accurate face detection, embedding extraction, and face comparison. Designed for both developers and enterprises, it supports secure user authentication, and face match checks —all while keeping biometric data private and local.
Whether you are building secure onboarding for fintech or adding face login to your app, Sense Face Match provides the tools and flexibility you need.
pip install -r requirements.txt
uvicorn app:app --reload
This will start the API server on: http://localhost:3015
docker build -t sense_face_verification_image .
docker run -d --name sense_face_verification_container -p 3015:3015 sense_face_verification_image
This will start the API server on: http://localhost:3015
cd front-end npm install npm run dev
By default, the frontend runs on: http://localhost:3010
docker stop sense_face_verification_container
docker rm -f sense_face_verification_container
docker rmi -f sense_face_verification_image
docker logs sense_face_verification_container
MIT License — free to use, share, and modify.