Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 196 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 196 Bytes

EigenFace

Overview

A Python class that implements the Eigenfaces algorithm for face recognition, using eigen decomposition and principle component analysis(PCA) for dimensionality reduction.