Best Flask open-source libraries and packages

Facial login web

Web based facial Authentication system with flask server
Updated 1 month ago

Web based Facial Authentication system

This is a web based facial log in/ Sign up website which uses Facial recognition for user authentication.

It uses flask server for running the keras neural network model. The model runs on the server side and accepts requests from clients.

Facial recognition is based on Facenet model.

Team members: Susanta Biswas and Aditya Singh

For running:

  1. first run python keras_server.py
  2. go to browser and type localhost:5000 to access the site
  3. enjoy

Some screenshots:

Homepage

Homepage

Login page

Log in

Sign up page

Sign up

Successful login

Dashboard

References: