Face Recognition in Python

In this video, we are going to mention how to apply face recognition in python. We’ll use deepface framework to do this task. The framework supports the most common face recognition models such as VGG-Face, Google Facenet and OpenFace. We can verify faces with a just few lines of codes. Some sources mention face verification or one shot learning instead of face recognition. GitHub repository: Technical tutorials for covered face recognition models: [1] Oxford Universi
Back to Top