Good day dear Rahul Jadhav and all followers of Mr.Rahul Jadhav Thank you so much Mr.Rahul Jadhav for your efforts on making such great videos Keep it up and always waiting for new videos ❤❤❤❤
Sir how add students records in a bulk means ek baar me hi different students record kaise le or day wise attendance ko update karte rahe aisa features use kar sakte hai but kaise🤔
The video is very helpful, but unfortunately, I can't access the website. The link that has been provided is not opening. Sir, please help me with that. Thank you 🙏
hello sir, thank you so much for the vd❤, can we add extra features for this application like number of absents, presents, number of holidays for the selected person
so there are some problems im having right can you please solve the prolems as i am working on a project of user login so i need face recognition in that too so how can i do that can you help me
please how can i implement on the code by first collecting the students or teachers name through the first module without going back to the second module to add names one by one. that is, it should use the collected from the user in the first module to run every other operation or condition setted on the second module and also the excel database updation?
yes i have watced the complete video but my question is that in the video i saw going back to the python source code to add names in some function, so how do we implement some logic to handle that process instead of going back to the source code to add users name and imges?@@rahulIOT
@@renaissancehustle oooo that is really good question. What you can do is combine database code where you are taking the image and name of person with main code then after you take the name just replace that name with the current person name. I hope you understand
No errors are found but the laptop camera is opening and getting stuck. And also no output is printing either on console or excel sheet. Its would be very helpful if you help with this as soon as possible 😊
Hello sir, I am new learner that need to implement something that similar to your video tutorial (smart attendance system using face recognition | Save Attendance into excel sheet) for academic purposes, but I facing the error (NameError: name 'imwrite' is not defined) when running it, I already follow your comment on the bottom but it didn't work well. Sir or everyone that solve the problem previously, please help me, appreciate your help, thank you. Below are the code: from cv2 import * import cv2 import cv2 as cv from cv2 import imshow from pylab import * cam_port = 1 cam = cv.VideoCapture(0) # reading the input using the camera inp = input('Enter person name ') # If image will detected without any error, # show result while(1): result,image = cam.read() imshow(inp, image) if cv2.waitKey(0): imwrite(inp+".png", image) print("image taken") # If captured image is corrupted, moving to else part else: print("No image detected. Please! try again")
These projects work perfectly 💯💯 if you did it in the right way which has been mentioned by Mr.Rahul Very thankful for you bro 🙌🙌 it's working perfectly
Traceback (most recent call last): File "D:\Smart_Attendence_System\face recognition code.py", line 1, in import face_recognition ModuleNotFoundError: No module named 'face_recognition' >>> I am geeting like this error
how solved Traceback (most recent call last): File "E:\Vidio capcut\capture_image_from_camera.py", line 3, in cam = VideoCapture(cam_port) NameError: name 'VideoCapture' is not defined
Traceback (most recent call last): File "E:\New folder\Smart_Attendence_System (1)\face recognition code.py", line 1, in import face_recognition ModuleNotFoundError: No module named 'face_recognition' >>> show in laptop please help me sir
We talked on WhatsApp because of updated python version you need to replace cv Library 2 line code like this : import cv2 as cv cam = cv.VideoCapture(0)
सर जर ग्रुप फोटो काडून मग त्या फोटो वरून attendence लावायची म्हंटल तर. म्हणजे शिक्षकाने विद्यार्थ्यांचा class मध्ये attendence साठी group photo kadla tya फोटो वरून attendence कशी लावता येईल .जर सांगितलं तर खूप मदत होईल सर ❤️.
सर जर ग्रुप फोटो काडून मग त्या फोटो वरून attendence लावायची म्हंटल तर. म्हणजे शिक्षकाने विद्यार्थ्यांचा class मध्ये attendence साठी group photo kadla tya फोटो वरून attendence कशी लावता येईल .जर सांगितलं तर खूप मदत होईल सर ❤️.
I messaged him and he was very helpful, Thank Youu
Bahot help huaa thank you
keep it up
Beneficial video for automatic attendance system with great python code
Good day dear Rahul Jadhav and all followers of Mr.Rahul Jadhav
Thank you so much Mr.Rahul Jadhav for your efforts on making such great videos
Keep it up and always waiting for new videos ❤❤❤❤
The video is very helpful, Thank you Sir for your clear explanation.
really helpful
Thanks for feedback.
Thank you so much it was so helpful and thanks a lot for giving solution for my error
Sir how add students records in a bulk means ek baar me hi different students record kaise le or day wise attendance ko update karte rahe aisa features use kar sakte hai but kaise🤔
The video is very helpful, but unfortunately, I can't access the website. The link that has been provided is not opening. Sir, please help me with that. Thank you 🙏
hello sir, thank you so much for the vd❤, can we add extra features for this application like number of absents, presents, number of holidays for the selected person
Sure I will look into it
sir, how to resolve this error RuntimeError: Unsupported image type, must be 8bit gray or RGB image.please reply
@@JamesRudrigercommand pip uninstall -y numpy
pip install numpy==1.23.5 help me to make it works perfect bro 🫂
thank you
so there are some problems im having right can you please solve the prolems as i am working on a project of user login so i need face recognition in that too so how can i do that can you help me
Please tell me your complete project flow
Thanks man
how to connect that to the esp32 camera??
Sir if i change the photo it shows list index out of range
Because your path is incorrect or your face not capture properly
Do you have an easy program to prepare students face to face via camera?
@@sabrinew8187 don't understand your question
bro i want your help for my graduation project.
Hii sir i have one doubt
If we used to be a pictures of some person ! Is that also registered on that counting? I mean instead of living!!
I haven't tried this experiment.
@@rahulIOT okay 👍
Sir, what I the number of students reached 1500. Can our progrcarry it
it works with esp32-cam? for my arduino project
Sorry I don't know about esp32 cam
Sir demo ku what app use ?or camera
What ?
@@rahulIOT out put ku antha camera use panigala ... Athu apdiye use agum
@@kavithav9878 please talk in English, I don't understand your language
I have error video capture not defined
@@ChandanTejas please go to my playlist and watch question and answer video
please how can i implement on the code by first collecting the students or teachers name through the first module without going back to the second module to add names one by one. that is, it should use the collected from the user in the first module to run every other operation or condition setted on the second module and also the excel database updation?
Here we collected the first student name and photo have you watched the complete video
yes i have watced the complete video but my question is that in the video i saw going back to the python source code to add names in some function, so how do we implement some logic to handle that process instead of going back to the source code to add users name and imges?@@rahulIOT
@@renaissancehustle oooo that is really good question.
What you can do is combine database code where you are taking the image and name of person with main code then after you take the name just replace that name with the current person name.
I hope you understand
Hi sir
No errors are found but the laptop camera is opening and getting stuck. And also no output is printing either on console or excel sheet.
Its would be very helpful if you help with this as soon as possible 😊
Although type error is appearing
@@bloxy_m8982did it worked out?
can we take multiple people attendances at a single time
No
Front end and back end for this project
Brro naa laptop ki sensor camera ledhu ala bro
Hello sir, I am new learner that need to implement something that similar to your video tutorial (smart attendance system using face recognition | Save Attendance into excel sheet) for academic purposes, but I facing the error (NameError: name 'imwrite' is not defined) when running it, I already follow your comment on the bottom but it didn't work well. Sir or everyone that solve the problem previously, please help me, appreciate your help, thank you.
Below are the code:
from cv2 import *
import cv2
import cv2 as cv
from cv2 import imshow
from pylab import *
cam_port = 1
cam = cv.VideoCapture(0)
# reading the input using the camera
inp = input('Enter person name ')
# If image will detected without any error,
# show result
while(1):
result,image = cam.read()
imshow(inp, image)
if cv2.waitKey(0):
imwrite(inp+".png", image)
print("image taken")
# If captured image is corrupted, moving to else part
else:
print("No image detected. Please! try again")
"I" is capital in imwrite 😬
Can for multiple face sir
Yes..told in video
Can you please describe it short as an abstract for me
Please watch video
Sir how to connect this program with an external camera
Are you talking about a USB camera?
@@rahulIOTyes sir
thank you, Rahul. keep going bro, it was very useful tutorial
Image capturing showing VideoCapture is not defined tell me solution
Type the same on Google and you will find solutions . This is because of the different python version than me
Sir, can we do this without rasberry pi
Yes this video is for without raspberry pi only.it is on laptop.i haven't used raspberry pi here
These projects work perfectly 💯💯 if you did it in the right way which has been mentioned by Mr.Rahul
Very thankful for you bro 🙌🙌 it's working perfectly
Sir can we use our laptop in built camera
Anyone please reply
Yes
Traceback (most recent call last):
File "D:\Smart_Attendence_System\face recognition code.py", line 1, in
import face_recognition
ModuleNotFoundError: No module named 'face_recognition'
>>> I am geeting like this error
Have you installed this library?
Same error faced by me
Face-recognition Library can't install
how solved Traceback (most recent call last):
File "E:\Vidio capcut\capture_image_from_camera.py", line 3, in
cam = VideoCapture(cam_port)
NameError: name 'VideoCapture' is not defined
This is because of the updated python version, just copy the same message on Google and you will finding an article to solve this problem
While capturing image it is showing an orange screen
@@shaiksahil1863 check your camera settings
@@rahulIOT what if I want to add another box that includes time variable
Instead of Excel can I make the google sheet as an attendance?
Please do it
Sir what if nearly 70 members present
@@vyshnaviyeleswarapu you can add as many as members
Sir can u please explain working of this code.. so that i can explain in my project presentation
I will explain .
@@rahulIOT wich machine learning algorithm is apply here sir?
@@rahulIOTplease sir
@@guptaaditya3896 I will explained code please remind me on Saturday again
Error on video capture is not defined
Yes it's because of an updated Python file.
Please type the same error on google then you will find stackoverflow page. Solutions is there.
Traceback (most recent call last):
File "E:\New folder\Smart_Attendence_System (1)\face recognition code.py", line 1, in
import face_recognition
ModuleNotFoundError: No module named 'face_recognition'
>>>
show in laptop
please help me sir
Use python 3.8 and install library again
hi there is a updated version of python which is python3.11 how to install 3.8@@rahulIOT
sir, can you simulate this in raspberry pi??
Project done on raspberry pi
. please watch my yesterday video
@@rahulIOT yes sir.... Thank you😄
hello sir, from my end library error for face_recognition, please help me how to solve it. i am using python 3.12
Same problem
Use python 3.6
Same issue
does it works python 3.11?
Ideally it should support all version
amigo, un favor, ¿qué versión de python permite ejecutar sin error "face-recognition", "dlib"?
Don't understand please type in English
@@rahulIOT they were asking which version of python would this code be executed without 'face-recognition','dlib' error
@@saiganeshkolluri without those library not possible. Because you need to import those package.
I can't import face-recognition
This is depend on python version..you can use python version below 3.8
How many people it recognise
Maimum number
No limit, watch complete video
There is error in imshow in capture -image-from-camera
Could you please tell me exact error?
Please explain code
Please check my playlist there is already the second part of this project for code explanation
NameError: name 'imshow' is not defined
Installed cv2 library
Add this line in code and install necessary library
from pylab import *
TypeError: Image data of dtype
sir it showing error in capture
We talked on WhatsApp because of updated python version you need to replace cv Library 2 line code like this :
import cv2 as cv
cam = cv.VideoCapture(0)
Sir please help in this project
Problem -By default 1st present in excel sheet in every lecture
Without face detect it does not show attendance data.
Send me screenshot on WhatsApp
sir it is showing error
What is error?
@@rahulIOTwhat I do know sir.. Please solve this error sir
@@DoreGowda-u3c how can i solve error if you dont tell me error.. I have tested code and projects.
How can i know what your issue
@@rahulIOT sir can you please send me whatsapp number
सर जर ग्रुप फोटो काडून मग त्या फोटो वरून attendence लावायची म्हंटल तर. म्हणजे शिक्षकाने विद्यार्थ्यांचा class मध्ये attendence साठी group photo kadla tya फोटो वरून attendence कशी लावता येईल .जर सांगितलं तर खूप मदत होईल सर ❤️.
How is this possible if the teacher is inside the classroom and you are doing fake attendance.
सर जर ग्रुप फोटो काडून मग त्या फोटो वरून attendence लावायची म्हंटल तर. म्हणजे शिक्षकाने विद्यार्थ्यांचा class मध्ये attendence साठी group photo kadla tya फोटो वरून attendence कशी लावता येईल .जर सांगितलं तर खूप मदत होईल सर ❤️.
How is this possible if the teacher is inside the classroom and you are doing fake attendance.