Python Forum
Face recognition - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Face recognition (/thread-24636.html)



Face recognition - white_bird - Feb-24-2020

Hi, I am a student and I want to ask for help if you have time.
I am working actually, on a face recognition project, using OpenCV and raspberry pi.
Until now, I want to create a graphical interface that allows the camera to work and take a picture of the user and identify it. Can you help me, please?


RE: Face recognition - Larz60+ - Feb-24-2020

For graphics, choose from wxpython, Kivy, Qt5 or tkinter (my personal order of importance, others will put Kivy or Qt5 first)
and there are others that I haven't mentioned.

there are many OpenCv packages see: https://pypi.org/search/?q=OpenCV

You should be able to locate other requires packages by searching https://pypi.org


RE: Face recognition - white_bird - Feb-25-2020

Have you any idea about getting a percentage of compatibility of images?