This is a simple computer vision program that uses facial recognition for authenticating users
It basically helps identify users.
The program was written in python 3 and the GUI with tkinter.
In the terminal run
$ pip install -r requirements.txt
$ python software.py
- You can then navigate the graphical user interface to help enroll users and then head to verify users
- Ensure to enroll user, before heading to perform video capture
- Also move head while taking or verifying.
The notebook can be found in the code as well.