This project verifies the identity of the user using facial recognition technology.
- New users can register with their details and their face-id. Their image will be saved using webcam.
- Old users can login by getting their face image verified only. The image they registered with previously will be used for verfication.
- If verified, the system will allow the user to proceed.
- Age verification system can be used for age restricted spaces, ie. alcoholic stores and heavy drugs stores.
- Basic facial recognition and face-id registration features can be used for personnel restricted spaces, ie. banks, special corporate spaces, government organisations etc.
- Applications with user restricted access.
-
Installing dependencies
pip install -r requirements.txt
-
Running
flask run
-
When you run
flask run
on the terminal, a local host link should appear. Open this link in your browser to view the project. -
Ensure you have installed Desktop developement with C++ componenets using Visual Studio Installer and CMake to install dlib and face_recognition.