This is the code of a facial recognition platform developed by the DSG team for Beyond Hackathon 2017.
A simple mobile app built with phonegap used instead of the security door's camera. The app takes a picture and then uses the Microsoft Cognitive Services - Face API to check for a known face, in case of a match it informs the backend.
A NodeJS(ExpressJS/Socket.io) server that connects the various parts of the system.
The clerk's web interface. Built with Bootstrap/jQuery and communicates with the server with socket.io
A dummy "mobile" app that demonstrates how the user would receive the greeting after a clerk presses the serve button on the webapp. The first page is a photo from Eurobank's mobile app that gets replaced after an available message.