Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 308 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 308 Bytes

Eigenfaces in JavaScript

School project attempt to Principal Component Analysis in JavaScript (node.js + browser). Had to resort calculating the eigenvectors and eigenvalues in Python since JS performance wasn't quite there yet...

See http://kpuputti.github.com/eigenfaces for the app and documentation.