perinm / face_recognition

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

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

License:MIT License


Languages

Language:Python 90.5%Language:Makefile 6.0%Language:Dockerfile 3.5%