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
- Host: GitHub
- URL: https://github.com/vutsalsinghal/eigenface
- Owner: vutsalsinghal
- Created: 2017-12-07T06:20:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T01:27:54.000Z (over 8 years ago)
- Last Synced: 2023-10-20T23:43:39.918Z (over 2 years ago)
- Topics: python3
- Language: Jupyter Notebook
- Homepage:
- Size: 6.79 MB
- Stars: 33
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.