Wondering how come this kid aware of complex programming skills. To be fact , senior software developers those who has more than 10 years exp also facing difficulties to Dev AI programs but this kid did it, which is not believable
Thanks for the compliments. I started very early on. My dad helps me clear most of my programming doubts, the internet is filled with details of every concept you want to learn.
Front end is Python (With OpenCV & face recognition), There is no backend layer in this project. Here is a version with Fauna DB as a backend - ruclips.net/video/1tYCK4Yh8rQ/видео.html
These are the basic instructions for macOS, but you may want to refer to these installation instructions: docs.opencv.org/master/d5/de5/tutorial_py_setup_in_windows.html
Prajwal Itagi Many people reported that face recognition doesn’t work on 3.8, but works on python version 3.7 or power. You might want to check if you are using the correct version. Alternately you can use virtual environments.
Absolutely, you can customize the behavior based on your need. Here is another video where I called an API when it recognized my face - ruclips.net/video/inJbudpUzgs/видео.html
@@RishabTeachesTech thank you.I'm tryign to build AI something like Jarvis from iron man(not hard like that) and I want when it recognize my face to wake up.Also I want it to talk properly some simple stuff so If you know what I need to learn for that pls tell me
@@renelamesic7261 That sounds Awesome!! Theres also a module called pyttsx3 to talk out loud, which I've used in another one of my video (ruclips.net/video/3VafxtHd8y0/видео.html). And I was actually researching the same thing a few weeks ago, but instead, it would listen to your voice, and I used this video (ruclips.net/video/AWvsXxDtEkU/видео.html), it would listen to commands and respond back, I think this would also be useful to you. Good luck with your project :)
how to do a face recognition with update list in excell or google sheet..like covid now day..i need to make a project to recognize a person and their name update into excell
It was really nice tutorial. Only error, ValueError: operands could not be broadcast together with shapes (1,1,0) (128,) . Is there any suggestion to resolve the same? I am pretty new to python world.
return self.font.getsize(text) UnicodeEncodeError: 'latin-1' codec can't encode character '\u0130' in position 2: ordinal not in range(256) How can I fix this?
Hi Gowtham, I brainstorm with my dad and usually keep choosing a new mini project. I research the topic, and code it, in some cases reuse others code. Change it to meet my needs and also share them if they are worth making a video. I dont practice but mostly keep moving on with new and interesting projects and technologies.
Good job kiddo. However, I encountered a problem. My USB camera fills the entire screen and that creates a problem. Camera crashes in few seconds. Any suggestion on how to make the window smaller?
Traceback (most recent call last): File "C:/Users/DILIP/AppData/Local/Programs/Python/Python37-32/face recogg.py", line 1, in import face_recognition ModuleNotFoundError: No module named 'face_recognition' code showing like it. i have to install opencvto run this code?
At first thank you nice job works and explanation, I got this error 1 while True: 2 ret, frame = video_capture.read() ----> 3 rgb_frame= frame[:, :, ::-1] 4 face_locations = face_recognition.face_locations(rgb_frame) 5 face_encodings = face_recognition.face_encodings(rgb_frame, face_locations) TypeError: 'NoneType' object is not subscriptable Please, help I can not solve
Excellent knowledge with examples. Awesome.
Proud of you Rishad. you have brilliant future
Keep doing what you are doing. I love how you have grown so much
awwww thanks man :)
keep doing it
Nice job Rishab 💥
Thank you.
Brilliant Boy....👍👍
Awesome explanation, Can you please share the code of face recognition in video, cause ur git hub code seems to be of face detection of an image.
Wondering how come this kid aware of complex programming skills. To be fact , senior software developers those who has more than 10 years exp also facing difficulties to Dev AI programs but this kid did it, which is not believable
Thanks for the compliments. I started very early on. My dad helps me clear most of my programming doubts, the internet is filled with details of every concept you want to learn.
@@RishabTeachesTech which type camera you used 5px or 8px???
Excellent !!!
😃🤟SUperb
Which version of python interpreter you have used?
Grat video i am interested
Awesome and explanation also good keep it up 👍
Thanks a lot 😊
from where did u learn to code
Here are the details - www.linkedin.com/posts/rishabkattimani_geekle-python-learningskills-activity-6739681334224060416--Ble
What is frontend & backend in this project? Tell me please
Front end is Python (With OpenCV & face recognition), There is no backend layer in this project. Here is a version with Fauna DB as a backend - ruclips.net/video/1tYCK4Yh8rQ/видео.html
@@RishabTeachesTech tq so much 😇
And if I want to make that like if it detects unrecognised face It should raise an alert message!! Any suggestions from you?
Hii, where can i get directory for import facial_recognition? Thank you
Hi, great video buddy. How can i convert the video code in a way that it detects the faces in a previously saved video? Thanks in advance.
What algorithm you are using
I am simply using the module, the algorithm comes with that FaceRecognition module
Which camera ur use?? Can u tell me which type?
I just use my macbook pro's QuickTime Player Webcam
I'm unable to find the setup video. Help me out pl..
These are the basic instructions for macOS, but you may want to refer to these installation instructions: docs.opencv.org/master/d5/de5/tutorial_py_setup_in_windows.html
@@RishabTeachesTech I installed openCV, and Cmake. Having a lot of trouble with 'DLIB'. And I have Windows 10 OS.
Prajwal Itagi Many people reported that face recognition doesn’t work on 3.8, but works on python version 3.7 or power. You might want to check if you are using the correct version. Alternately you can use virtual environments.
Thank You!!!
can i known which python complier are using
do you mean version? 3.7
how to detect whether candiate wear mask or not
You can use supervised learning
Help me please,can I make that when it recognize my face it run code that I wrote like
Absolutely, you can customize the behavior based on your need. Here is another video where I called an API when it recognized my face - ruclips.net/video/inJbudpUzgs/видео.html
@@RishabTeachesTech thank you.I'm tryign to build AI something like Jarvis from iron man(not hard like that) and I want when it recognize my face to wake up.Also I want it to talk properly some simple stuff so If you know what I need to learn for that pls tell me
@@renelamesic7261 That sounds Awesome!! Theres also a module called pyttsx3 to talk out loud, which I've used in another one of my video (ruclips.net/video/3VafxtHd8y0/видео.html). And I was actually researching the same thing a few weeks ago, but instead, it would listen to your voice, and I used this video (ruclips.net/video/AWvsXxDtEkU/видео.html), it would listen to commands and respond back, I think this would also be useful to you. Good luck with your project :)
You r saving my life
:D
how to do a face recognition with update list in excell or google sheet..like covid now day..i need to make a project to recognize a person and their name update into excell
Excel might have an API or SDK for Python, and you can push the recognized data to Excel using that API. Thats a great use case :)
Parabens mano me ajudou muito, vlw
Obrigado! Que bom que você gostou!
learn from school: no thanks
learn from random kid on the internet: yes
YES Finally a meme on this channel LOL :)
It was really nice tutorial. Only error, ValueError: operands could not be broadcast together with shapes (1,1,0) (128,) . Is there any suggestion to resolve the same? I am pretty new to python world.
return self.font.getsize(text)
UnicodeEncodeError: 'latin-1' codec can't encode character '\u0130' in position 2: ordinal not in range(256) How can I fix this?
Hi rishab how do u practice coding...
Hi Gowtham, I brainstorm with my dad and usually keep choosing a new mini project. I research the topic, and code it, in some cases reuse others code. Change it to meet my needs and also share them if they are worth making a video. I dont practice but mostly keep moving on with new and interesting projects and technologies.
Good job kiddo. However, I encountered a problem. My USB camera fills the entire screen and that creates a problem. Camera crashes in few seconds. Any suggestion on how to make the window smaller?
You can use .set method in OpenCV.
Finally found chintu of white_hat_junior😂
lol 😂 I took 1 class with WhiteHat Jr. but I didn't like the slow pace, I learned all the technologies from my dad and RUclips.
🤣🤣
@@RishabTeachesTech Same lol
Nice video! You have a good presentation style. Keep up the good work.
Thank you very much!
Traceback (most recent call last):
File "C:/Users/DILIP/AppData/Local/Programs/Python/Python37-32/face recogg.py", line 1, in
import face_recognition
ModuleNotFoundError: No module named 'face_recognition'
code showing like it.
i have to install opencvto run this code?
Hi Kumar, you need to install face recognition module. Full instructions here - pypi.org/project/face-recognition/
@@RishabTeachesTech what modules i have to install & how please tell
@@kumardebtripathy4986 This previous video of mine explains the modules to install -ruclips.net/video/aYsQBZwD3oE/видео.html.
error : list index out of range
This error shows up usually when faces aren’t detected in your known faces image
can you please share this code with us?
github.com/RishabKattimani/FaceRecognitionCode
How old are you
13 :D
bhai plese code in chat box
github.com/RishabKattimani/FaceRecognitionCode
At first thank you nice job works and explanation, I got this error
1 while True:
2 ret, frame = video_capture.read()
----> 3 rgb_frame= frame[:, :, ::-1]
4 face_locations = face_recognition.face_locations(rgb_frame)
5 face_encodings = face_recognition.face_encodings(rgb_frame, face_locations)
TypeError: 'NoneType' object is not subscriptable
Please, help I can not solve
Thanks for this video =)
That would be a really cool idea! =)
@@RishabTeachesTech I hope u guys can help me with this kind of project 😊
How can i contact you personally ,??
I can only be contacted publicly by leaving comments on my youtube channel.
@@RishabTeachesTech i I need some help with programming errors plz
@@thenakedtruth7773 You can share them here.
@@RishabTeachesTech plz give m email ?
@@RishabTeachesTech face_recognation and dlib library installing error on pycharm and conda plz give me a solution
Nice work dear