Facial recognition application

A while ago I developed an application to recognize whether a person is registered or not in the PoH identity project.
The app uses a pre-trained ResNet model to extract unique features from faces.
Previously, a dictionary was generated with the characteristics of 17k faces from this project.
If the photo provided corresponds to a registered person, the app will show who it is within the project. Otherwise it will show your β€œtwin” in that project
It is an experiment that can be used for many applications.

https://registradopoh.streamlit.app/

3 Likes