项目作者: prashantsihag03

项目描述 :
face detection and recognizing using face recognition library
高级语言: Python
项目地址: git://github.com/prashantsihag03/face-detection-and-matching-.git


This repository uses the face recognition library to detect faces in the frame and recognize those faces.

Dependencies & Installation

OpenCV: pip install opencv-python

face_recognition: pip install face_recognition

Working

my_image variable is the image of face that we want our program to recognize. Download this repository and save a picture of your face in current directory then run the program.

more changes comming