Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 457 Bytes

File metadata and controls

2 lines (2 loc) · 457 Bytes

face_recognition

Uses the face_recognition API to extract the face embeddings from an image/images, stores the embeddings for a certain face in Python Dictionary, where the key is the name of the person and the values are the face embeddings extracted from his/her images. A test image is then given, the face embeddings of that face is then extracted and compared with all the face embeddings present in the dictionary in order to recognize the person.