Face recognition on OpenCV 3.4.0
The full tutorial can be found on the link: http://www.python36.com/face-recognition-using-opencv-part-1/
Requirements can be found in the file requirements.txt
Files
1> create_database.py (used to create sqlite database)
2> record_face.py (Records the Name associated with the face)
3> trainer.py (used to train LBPHFaceRecognizer for face recognition)
4> detector.py (detects the face from previously trained data and fetches corresponding info from database)