aakashjhawar / face-recognition-using-deep-learning

Identify faces from video and images using OpenCV and Deep Learning
MIT License
127 stars 32 forks source link

Optimized for real case uses, as Tkinter based projects #18

Open aweirdwhale opened 7 months ago

aweirdwhale commented 7 months ago

The class FaceRecognition is designed for performing face recognition tasks using deep learning techniques. Here's a brief overview of how it works:

Overall, this class encapsulates the entire pipeline for face recognition, including dataset preparation, feature extraction, model training, and real-time recognition.

Optimised to use in UI projects