An open API service indexing awesome lists of open source software.

https://github.com/vutsalsinghal/eigenface

A Python implementation of the famous EigenFaces algorithm for face recognition
https://github.com/vutsalsinghal/eigenface

python3

Last synced: 8 months ago
JSON representation

A Python implementation of the famous EigenFaces algorithm for face recognition

Awesome Lists containing this project

README

          

# EigenFace

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