Face-Recognition-using-KNN First run face_data_collection.py(to scan the face) Then run face_recognition.py (to detect the face) Note : Not work if only single face .npy file is present because of KNN(K-Nearest Neighbors) algorithm.