Face recognition using opencv and haar cascade classifier.
run face_data_collect.py
Enter the name of the person whose face will be shown to the system. Now the web cam will be opened and will capture every 10th frame and store it in Data folder.If you want to store anywhere else please specify the place in the code.
run face_recognition.py
Your webcam will be opened and the name of the person along with a rectangle around the face will be shown.