Face Recognition Using Machine Learning | PyPower Projects

preview_player
Показать описание
PyPower Projects - Experience The Power Of Python

Machine Learning is one of the trending and emerging technologies. Face Detection and Face Recognition are two different but interesting applications of Machine Learning.
So let's learn how to detect faces, and also learn to MAKE YOUR OWN FACE RECOGNITION SYSTEM using ML.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PyPower is an initiative with the vision to integrate every TechGeek to an integrated platform in order to devour the essence of Python.
We will be coming up with various extraordinary real-life projects as well as awesome technical programs easily implemented through Python.
Will present a video related to this every week along with its explanation, working, programming screencast and code.
Open the essence of images by OpenCV.
Embed numeric operations in Python using NumPy.
Come in flow of machine learning with TensorFlow.
Dive deep into ocean of deep learning with Keras.
Plot anything anytime anywhere using Matplotlib.
Automate your browser using Selenium.
Let your Shell strengthen to its Apex and be the Impulse of your work.

Stay Tuned.

Follow us on Instagram: /py_power
Follow us on Facebook: /Py Power
View us on GitHub: /pypower-codes

Do Like, Share and Subscribe for regular updates...

#Python
#PyPower
#MachineLearning
Рекомендации по теме
Комментарии
Автор

Hi Tirth
Thanks for the Video
Can you please help on how to give a warning for unknown face in case of an un-identified face ?

prateeksinghal
Автор

thank you so much
i have done this for my project
its so helpfull for me
once again thank you so much

fairypatel
Автор

Thank you very much !
Can you please help on how to give a warning for unknown face in case of an un-identified face ?

trungdung
Автор

How can we detect & recognize unknown person ???
It is not able to recognize the unknown person ??
Please guide

ammitgangawane
Автор

How many max number of faces can be detected using this algorithm??

Anonymous-qhew
Автор

which machine learning algorithm is used in this project????

mehulkanojiya
Автор

1) recognizer.fit (data["embeddings"], labels)
2) y = self._validate_targets (y)
I am getting this error can anyone help me?

piyushvishwakarma
Автор

Hi, how can I evaluate the processing time ?
And delay time ?

NOOR-swwl
Автор

Traceback (most recent call last):
File "D:\aiproject\FACE RECO\PyPower_face-recognition\recognize_video.py", line 42, in <module>
recognizer = pickle.loads(open(args["recognizer"], "rb").read())

ModuleNotFoundError: No module named 'sklearn.svm.classes' im getting this error i tried a lot but im not rectified this error can you tell how

nallamilliayyappareddy
Автор

Sir after serializing 74 encodings the code does not execute the next command .
It's just running ...in cmd

prakashsawant
Автор

Modulenot found error :no module name 'imutils' how can I solve the error please help

sanskritikumari
Автор

How to run extract_embeddings.py in google colab?

leenatrivedi
Автор

what is exactly prototxt file and from where we should save this file. Pls, explain me about other files too....

sanketthombre
Автор

how to recognize unknown face, can anyone guide me

sreekartulluri
Автор

Thank you for making such wonderful videos, I run the first part of PyPower Projects 1, it was great, but while running this one I got this error can you please help me with this -
File "extract_embeddings.py", line 39, in <module>
embedder =
cv2.error: OpenCV(4.2.0)
THDiskFile.cpp:496: error: (-2:Unspecified error) cannot open <openface_nn4.smal
l2.v1.t7> in mode r in function 'TH::THDiskFile_new'

ammitgangawane