/face_recognition

I (@perinm) authored some functions in this fork, related to live capturing and recognizing

Primary LanguagePythonMIT LicenseMIT

Face Recognition

All credits goes to @ageitgey
https://github.com/ageitgey/face_recognition

I added 2 functionalities to the live version of this algorithm:

  1. Capture new face and name it;
  2. Store face's measures for future recogntion after the program is stopped, associated with it's name.

Every interaction in CLI was programmed by me and used with keyboard hotkeys inside OpenCV lib.
Functionality 1:


Functionality 2: