Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 258 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 258 Bytes

Unsupervised Face Clustering in Raspberry Pi

Captures Video from camera and detects faces (if any). It then reduces the dimensionality using Stacked Autoencoder. This new reduced set is then clustered using k-means clustering. It is implemented in Python.