Skip to content

handeebrar/opencv-face-recognition

Repository files navigation

opencv-face-recognition

Import Required Modules

cv2: is OpenCV module for Python which we will use for face detection and face recognition.

os: We will use this Python module to read our training directories and file names.

numpy: We will use this module to convert Python lists to numpy arrays as OpenCV face recognizers accept numpy arrays.

About

Face recognition with OpenCV and Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages