Face Recognition Program

Face Recognition Program, Built in Python with OpenCV to train models for recognizing faces.

Stack: cv2 · Python · numpy · tkinter · pickle · pillow (PIL)

This python program has three parts, the first takes a few hundred images of the user as they move around the camera view, the second part trains a classifier using the images of the persons face, and the final part is the recognition where the program can accuratelyidentify the trained face.

GitHub →