face registration and face authentication

Pearl 61 Reputation points
2024-12-18T12:16:22.29+00:00

hello,

I am developing a app in .NETMaui. I am searching for a way where I can create a database for faces with face registration(taking picture of left profile, right profile and front face) and save it. Authenticate the user using this face database created by app. I want to create my own database of users with their faces. (I don't want to use database created by others). Can you please help me find way for face registration as well as face authentication?

Thanks in advance

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,900 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 48,096 Reputation points Microsoft Vendor
    2024-12-19T03:17:18.53+00:00

    Hello,

    For face recognition in .net applications, it is recommended that you use the face service provided by Azure. Please refer to the following documentation.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Bruce (SqlWork.com) 71,101 Reputation points
    2025-01-30T18:34:09.5766667+00:00

    typical AI face recognition is not good enough for authentication security. you need to use facial biometric data. The library you use to compare, should have a scan function.

    to store the data and photos you can use a local database (typically sqlite) or a cloud service.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.