A SIMPLE FACIAL RECOGNITION PROGRAM

in #utopian-io6 years ago (edited)

This is a state of the art program with an accuracy of 99%+ which does not only recognize faces but can manipulate them as well.
images (5).jpg
This program was developed using python and dlib state of the art facial recognition software and deep machine learning.
It can be used from python or command line. this program can perform a host of functions which are:
REAL TIME FACE RECOGNITION
36f0e3f0-13cb-11e7-8258-4d0c9ce1e419.gif
this program can be used with other libraries to do real time face recognition.

FINDING FACE IN A PICTURE
It can be used to find the number of faces in a given picture that is face detection.
42c65360-025d-11e7-94ea-b12f28cb34b4.png

FINDING AND MANIPULATING FACIAL FEATURES
7f2d79dc-025d-11e7-8728-d8924596f8fan .png
this program find facial features like colour of eyes, shape of nose etc and and fan even apply digital make up on the faces.

IDENTIFY FACES
45e049b6-025d-11e7-89cc-8a71cf89e713.png
it can be used to identify faces in pictures as well

find the program and installation procedure on my github page.
https://github.com/phynicz/face_recognition

it works well on linus, steps on how to install on Windows also included.

Credits:
ageitgey