© 2026 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms

Initial Release
Register and validate people using facial recognition
This full stack application uses DeepFace and InterSystems Vector Search to register and validate faces, allowing for biometric matching, age, ethnicity, and gender estimation. The features are:
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/facial-matching.git
$ cd facial-matching
$ docker-compose build
$ docker-compose up -d