Python Forum
Which python built in library is used for face recognition? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Which python built in library is used for face recognition? (/thread-34859.html)



Which python built in library is used for face recognition? - Michel_John - Sep-08-2021

Hello there,
I start working on python language and also start a small project for face recognition. can anyone tell me the name of built in library used for face recognition. I will appreciate you for this favor.
Thanks in advance.
Regards: Michel John.


RE: Which python built in library is used for face recognition? - Larz60+ - Sep-08-2021

There are quite a few, you can browse through these: https://pypi.org/search/?q=face+%2B+recognition


RE: Which python built in library is used for face recognition? - jefsummers - Sep-08-2021

You say built-in, not sure there are any built in libraries for face recognition. Instead you will need to install a library.

Recommend looking into convolutional neural networks. Tensorflow with Keras, here is a tutorial:

Convolutional NN with Keras


RE: Which python built in library is used for face recognition? - ndc85430 - Sep-09-2021

Given the suspicious link in that first post, I'm wondering whether it's a serious question.


RE: Which python built in library is used for face recognition? - Underscore - Sep-28-2021

The most popular is opencv.