Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 418 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 418 Bytes

Face-Recognition

"Dlib Face Recognition" is a Python project using Dlib for fast and accurate face detection and recognition in images and videos. Customizable and scalable, it's a popular choice for developers and researchers working on face recognition projects.


#install the required module
conda install -c conda-forge dlib
django
numpy
face-recognition
imutils
opencv-python