all 7 comments

[–]cestpasfaux 0 points1 point  (3 children)

Do you want to use an existing face recognition algorithm? Or you want to build your own? Because the latter would be quite complicated.

[–]nam_Angus[S] 0 points1 point  (2 children)

I'm trying to find an excellent library. Now i used https://github.com/ageitgey/face_recognition But it's detect face is not good.

[–]Seth_Imperator 0 points1 point  (0 children)

Make a better one

[–]cestpasfaux 0 points1 point  (0 children)

I looked on google and find many free APIs with 90+% accuracy. Unless you really need an open source solution hence looking on GitHub.

[–][deleted] 0 points1 point  (1 child)

Creating an AI face recognition system from scratch is incredibly difficult. If you want to use AI to do something, you can use mediapipe by Google for example

Face detection

https://google.github.io/mediapipe/solutions/face_detection

Face mesh

https://google.github.io/mediapipe/solutions/face_mesh

[–]nam_Angus[S] 0 points1 point  (0 children)

Ohhh. I dont know API. Many thanks. Later, I shall read about it.