This project demonstrates how to build a face recognition application that identifies a person from a live camera feed and welcomes them personally. Users can register their face by uploading an image, which is converted into a unique 128‑dimensional numerical array (embedding). When the same face appears in front of the camera, the system matches the embedding and displays a “Welcome, [name]” message.
Features Face registration – upload an image, extract a 128‑bit (float) embedding, and store it with a name.
