Skip to content

phfaustini/Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition

This project uses supervised learning to identify who is who in images of faces.

First, faces in images are identified and cropped. A histogram equalisation is performed, and the resulting image is scaled to 512x512 pixels. Then, it is passed to PCA algorithm to reduce dimensionality (each pixel is a feature).

Finally, different classification algorithms are used. Models are trained using 3-fold cross-validation. The goal is to provide and image to the model, and the model must say who is the person in that image.

Environment used:

Structure:

Images folder structure inside faces folder follows the folder structure according to file face_detector/utils.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages