Two python scripts for detecting face:
The face_data_collect.py file is used to collect data of various users.
The face_recognition.py file is used to recognise who the person is using data created by the above file.
To store data, create an empty file in the directory with the name "data"
These programs require OpenCV library of python to work
For installation of the OpenCV library put the following command in the command prompt (For Windows' Users) :
"python -m pip install opencv-python"