Building a high accuracy face recognition model
Check out the following article for the complete understanding of the procedure and code: https://towardsdatascience.com/smart-face-lock-system-6c5a77aa5d30
Collect_Images.py consists of the complete code to collect the faces of an individual owner.
Resize.py is the code to resize all our collected images.
Face Recognition.ipynb contains the procedure for building the model architecture.
run_face_rec.py is the final file required to run the model successfully for real-time detection.