A simple project to learn and recognize faces using face_recognition and opencv library
pip3 install face_recognition
https://www.scivision.co/install-opencv-python-windows/
run **python face_learn.py**
Show you're face to camera, till you can see 100% progress. This process will create images required to train the algorithm
run python face_recognize_knn.py
You can see the learnt face will be recognized with a name in the live camera.