Skip to content

mattrouss/face-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-verification

Face verification app for IMAGE DLIM course at EPITA by Clément Rebut, Matthew Rousseau and Sophie Starck.

This app detects a face on a videostream and uses pretrained weights from a siamese architecture to predict whether or not it is the same as a reference image. The reference image can be chosen from the computer filesystem or captured directly on the videostream.
This type of software could be used for a face recognition problem, to unlock computers or phones for instance.

Usage:

pip3 -r requirements.txt
python3 face_verification_app.py

Examples:

About

Face verification app for IMAGE DLIM course at EPITA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published