Face Recognition with Siamese Networks

A web-based face recognition app using one-shot learning — new faces work from a single reference image.

A Siamese neural network compares face embeddings instead of classifying fixed identities, so recognizing someone new needs no retraining. Includes preprocessing, test-pair generation, and live prediction through a web UI.