Enhances faces on images and automatically beautifies them using StyleGan2 and latent space exploration
-
Updated
Apr 7, 2021 - Jupyter Notebook
Enhances faces on images and automatically beautifies them using StyleGan2 and latent space exploration
Face Recognition
Face recognition system which learns to recognise faces. Only one image is sufficient for the model to recognise the person. But that's not it if the image of the person does not match any face available in the database then We have also provided an option to do a reverse image search on the unknown face to extract the metadata of similar images.
This program enables real-time face recognition for attendance marking. It uses a webcam or video input to detect and recognize faces in real-time. When a recognized face is identified with sufficient accuracy, the corresponding name is recorded in an attendance file named Attendance.csv, along with the timestamp of the recognition.
An example implementation of a real-time facial recognition server with OpenVidu, Node.js and Python.
The main code for the face recognition model used for helping in finding cases on MafQud mobile application
Implementation of face-api.js
Add a description, image, and links to the face-encoding topic page so that developers can more easily learn about it.
To associate your repository with the face-encoding topic, visit your repo's landing page and select "manage topics."