It takes data from the webcam and store in folders and using K-NN classifies and Haarcascade classifier.
- Face_data.py takes data (converts it into numpy array) of the user from the webcam and stores it into a folder with the name given.
- faceRecod.py identifies the person from the data taken by Face_data.py using K-NN algorithm.