Skip to content

Commit

Permalink
Merge pull request #78 from Grupo-OpenCV-BR/feature/2022-09-07/face-r…
Browse files Browse the repository at this point in the history
…ecognition

feat: add new link about face recognition
  • Loading branch information
andreemidio authored Sep 7, 2022
2 parents ceb4f14 + 5156cf5 commit 174786c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Handlers/commandhandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ def facematch(update, context):
text="Facematch\n\n" +
"Basicamente é comparar uma face com seu banco de dados de face e assim validar aquela pessoa \n\n" +
"Essas referências são boas para segurança (Validação da face ), onde você pode usar \n\n" +
"Referência teórica \n\n" +
"Referências teóricas \n\n" +
"OpenFace ->https://cmusatyalab.github.io/openface/ \n\n" +
"What is Face Detection? – The Ultimate Guide for 2022 -> https://learnopencv.com/what-is-face-detection-the-ultimate-guide/ \n\n" +
"Lib Python \n\n" +
"deepface -> https://github.com/serengil/deepface \n\n" )

Expand Down

0 comments on commit 174786c

Please sign in to comment.