smart attendance system using face recognition | Save Attendance into excel sheet

Поделиться
HTML-код
  • Опубликовано: 15 апр 2023
  • To download code visit our website :
    mytrained.com/2023/06/11/smar...
    If you have any doubt , please contact me::
    Mail ID :: rahulraspberrypi@gmail.com
    Mob No (what'sapp):: 9922512017
    All video link::
    • Raspberry_pi
    if i helped you then,
    Kindly share subscribe and like my channel.
    And if you like content then please provide your review on RUclips video .
    So that many students gets help from your review.
    i am planning to create technical whatsapp group for my subscribers.
    in that group we will discuss c , IOT , Raspberry pi and embedded career topics.
    even if any openings in embedded system company i will post there.
    also in future if i take live class for my subscribe then i will notify you from that group.
    Telegram Channel Link :
    t.me/+gEIiyabdRV0xZDFl
    would you able to like join that group ?
    What's app group joining link below :
    chat.whatsapp.com/Km0oKzsxAtY...
    Copyright Disclaimer under section 107 of the Copyright Act of 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research. Fair use is a use permitted by copyright statute that might otherwise be infringing.”
    Regards,
    Rahul Jadhav

Комментарии • 109

  • @manuchehrqoriev
    @manuchehrqoriev 9 месяцев назад

    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 ❤❤❤❤

  • @manuchehrqoriev
    @manuchehrqoriev 9 месяцев назад

    keep it up

  • @warlowmanalobscs2a627
    @warlowmanalobscs2a627 2 месяца назад

    I messaged him and he was very helpful, Thank Youu

  • @King02122
    @King02122 3 месяца назад

    Bahot help huaa thank you

  • @tecnom7133
    @tecnom7133 9 месяцев назад

    Thanks man

  • @learncoding-jr3xm
    @learncoding-jr3xm 3 месяца назад

    thank you

  • @gokulgr158
    @gokulgr158 5 месяцев назад

    really helpful

    • @rahulIOT
      @rahulIOT  5 месяцев назад

      Thanks for feedback.

  • @tridipsaha6982
    @tridipsaha6982 7 месяцев назад +1

    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 🙏

  • @studyhere20
    @studyhere20 6 месяцев назад

    thank you, Rahul. keep going bro, it was very useful tutorial

  • @kumarishrenika4900
    @kumarishrenika4900 6 месяцев назад

    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🤔

  • @user-qy8bx9xc3k
    @user-qy8bx9xc3k 7 месяцев назад +2

    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

    • @rahulIOT
      @rahulIOT  7 месяцев назад

      Sure I will look into it

  • @sahilmetri5742
    @sahilmetri5742 5 месяцев назад

    Beneficial video for automatic attendance system with great python code

  • @jinuharis7387
    @jinuharis7387 2 месяца назад

    bro i want your help for my graduation project.

  • @luckysky571
    @luckysky571 6 месяцев назад

    how to connect that to the esp32 camera??

  • @pavithrad5862
    @pavithrad5862 10 месяцев назад

    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!!

    • @rahulIOT
      @rahulIOT  10 месяцев назад

      I haven't tried this experiment.

    • @pavithrad5862
      @pavithrad5862 10 месяцев назад

      @@rahulIOT okay 👍

  • @samarth7524
    @samarth7524 7 месяцев назад +1

    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

    • @rahulIOT
      @rahulIOT  7 месяцев назад

      Please tell me your complete project flow

  • @raginigarad5818
    @raginigarad5818 2 месяца назад +1

    hello sir, from my end library error for face_recognition, please help me how to solve it. i am using python 3.12

  • @tochukwunkwuo2732
    @tochukwunkwuo2732 День назад

    Sir, what I the number of students reached 1500. Can our progrcarry it

  • @renaissancehustle
    @renaissancehustle 10 месяцев назад

    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?

    • @rahulIOT
      @rahulIOT  10 месяцев назад

      Here we collected the first student name and photo have you watched the complete video

    • @renaissancehustle
      @renaissancehustle 10 месяцев назад

      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

    • @rahulIOT
      @rahulIOT  10 месяцев назад

      @@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

  • @chenlong7024
    @chenlong7024 10 месяцев назад

    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")

  • @sunilgupta-uh1mk
    @sunilgupta-uh1mk 8 месяцев назад

    Sir if i change the photo it shows list index out of range

    • @rahulIOT
      @rahulIOT  8 месяцев назад

      Because your path is incorrect or your face not capture properly

  • @user-qe1vb4is4s
    @user-qe1vb4is4s Год назад +1

    Instead of Excel can I make the google sheet as an attendance?

  • @bloxy_m8982
    @bloxy_m8982 Месяц назад

    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 😊

    • @bloxy_m8982
      @bloxy_m8982 Месяц назад

      Although type error is appearing

  • @srikrishnasrikrishna8482
    @srikrishnasrikrishna8482 3 месяца назад

    Brro naa laptop ki sensor camera ledhu ala bro

  • @user-ol2nq8jt2f
    @user-ol2nq8jt2f 7 месяцев назад

    Can you please describe it short as an abstract for me

    • @rahulIOT
      @rahulIOT  7 месяцев назад

      Please watch video

  • @gouravr8244
    @gouravr8244 11 месяцев назад

    Sir, can we do this without rasberry pi

    • @rahulIOT
      @rahulIOT  11 месяцев назад +1

      Yes this video is for without raspberry pi only.it is on laptop.i haven't used raspberry pi here

  • @walidlarhrabli3051
    @walidlarhrabli3051 3 месяца назад

    it works with esp32-cam? for my arduino project

    • @rahulIOT
      @rahulIOT  3 месяца назад

      Sorry I don't know about esp32 cam

  • @user-yo8pw4hf9r
    @user-yo8pw4hf9r 10 дней назад

    can we take multiple people attendances at a single time

  • @kavithav9878
    @kavithav9878 8 месяцев назад

    Sir demo ku what app use ?or camera

    • @rahulIOT
      @rahulIOT  8 месяцев назад

      What ?

    • @kavithav9878
      @kavithav9878 8 месяцев назад

      @@rahulIOT out put ku antha camera use panigala ... Athu apdiye use agum

    • @rahulIOT
      @rahulIOT  8 месяцев назад

      @@kavithav9878 please talk in English, I don't understand your language

  • @Bot_Killer479
    @Bot_Killer479 Год назад

    Sir can u please explain working of this code.. so that i can explain in my project presentation

    • @rahulIOT
      @rahulIOT  Год назад

      I will explain .

    • @Bot_Killer479
      @Bot_Killer479 Год назад

      @@rahulIOT wich machine learning algorithm is apply here sir?

    • @guptaaditya3896
      @guptaaditya3896 11 месяцев назад

      ​@@rahulIOTplease sir

    • @rahulIOT
      @rahulIOT  11 месяцев назад +1

      @@guptaaditya3896 I will explained code please remind me on Saturday again

  • @user-zl1vy9vh2s
    @user-zl1vy9vh2s 11 месяцев назад

    Can for multiple face sir

    • @rahulIOT
      @rahulIOT  11 месяцев назад

      Yes..told in video

  • @user-lp8zz8wc6d
    @user-lp8zz8wc6d 6 месяцев назад

    Image capturing showing VideoCapture is not defined tell me solution

    • @rahulIOT
      @rahulIOT  6 месяцев назад

      Type the same on Google and you will find solutions . This is because of the different python version than me

  • @co-44-rashmiraut64
    @co-44-rashmiraut64 3 месяца назад

    Sir can we use our laptop in built camera
    Anyone please reply

  • @bargod3547
    @bargod3547 11 месяцев назад

    Sir how to connect this program with an external camera

    • @rahulIOT
      @rahulIOT  11 месяцев назад

      Are you talking about a USB camera?

    • @bargod3547
      @bargod3547 11 месяцев назад

      @@rahulIOTyes sir

  • @MateFast_Oficial
    @MateFast_Oficial Год назад

    amigo, un favor, ¿qué versión de python permite ejecutar sin error "face-recognition", "dlib"?

    • @rahulIOT
      @rahulIOT  Год назад

      Don't understand please type in English

    • @saiganeshkolluri
      @saiganeshkolluri 11 месяцев назад

      @@rahulIOT they were asking which version of python would this code be executed without 'face-recognition','dlib' error

    • @rahulIOT
      @rahulIOT  11 месяцев назад +1

      @@saiganeshkolluri without those library not possible. Because you need to import those package.

  • @jayarajviswanathan4331
    @jayarajviswanathan4331 Год назад

    sir, can you simulate this in raspberry pi??

    • @rahulIOT
      @rahulIOT  Год назад

      Project done on raspberry pi
      . please watch my yesterday video

    • @jayarajviswanathan4331
      @jayarajviswanathan4331 Год назад

      @@rahulIOT yes sir.... Thank you😄

  • @leducational2046
    @leducational2046 2 месяца назад

    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

    • @rahulIOT
      @rahulIOT  2 месяца назад

      Have you installed this library?

  • @peace1536
    @peace1536 10 месяцев назад

    Error on video capture is not defined

    • @rahulIOT
      @rahulIOT  10 месяцев назад

      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.

  • @user-ew6wh2vm9m
    @user-ew6wh2vm9m 7 месяцев назад

    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

    • @rahulIOT
      @rahulIOT  7 месяцев назад

      Use python 3.8 and install library again

    • @sahilsssoni5395
      @sahilsssoni5395 6 месяцев назад

      hi there is a updated version of python which is python3.11 how to install 3.8@@rahulIOT

  • @trinishmario1584
    @trinishmario1584 10 месяцев назад

    does it works python 3.11?

    • @rahulIOT
      @rahulIOT  10 месяцев назад

      Ideally it should support all version

  • @gokulnathgokul2284
    @gokulnathgokul2284 Год назад +1

    I can't import face-recognition

    • @rahulIOT
      @rahulIOT  Год назад +1

      This is depend on python version..you can use python version below 3.8

  • @dhavacom1581
    @dhavacom1581 6 месяцев назад

    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

    • @rahulIOT
      @rahulIOT  6 месяцев назад

      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

  • @gokulnathgokul2284
    @gokulnathgokul2284 Год назад

    There is error in imshow in capture -image-from-camera

    • @rahulIOT
      @rahulIOT  Год назад

      Could you please tell me exact error?

  • @fflve803
    @fflve803 9 месяцев назад

    Sir please help in this project
    Problem -By default 1st present in excel sheet in every lecture

    • @rahulIOT
      @rahulIOT  9 месяцев назад

      Without face detect it does not show attendance data.
      Send me screenshot on WhatsApp

  • @King02122
    @King02122 3 месяца назад

    Please explain code

    • @rahulIOT
      @rahulIOT  3 месяца назад

      Please check my playlist there is already the second part of this project for code explanation

  • @sumanpinto7094
    @sumanpinto7094 Год назад

    sir it showing error in capture

    • @rahulIOT
      @rahulIOT  Год назад

      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)

  • @prakruthir2784
    @prakruthir2784 Месяц назад

    How many people it recognise
    Maimum number

    • @rahulIOT
      @rahulIOT  Месяц назад

      No limit, watch complete video

  • @AnilKumar-cf9zz
    @AnilKumar-cf9zz 10 месяцев назад

    NameError: name 'imshow' is not defined

    • @rahulIOT
      @rahulIOT  10 месяцев назад

      Installed cv2 library

    • @rahulIOT
      @rahulIOT  10 месяцев назад

      Add this line in code and install necessary library
      from pylab import *

    • @shobika.g9462
      @shobika.g9462 8 месяцев назад

      TypeError: Image data of dtype

  • @doregowda6600
    @doregowda6600 8 месяцев назад

    sir it is showing error

    • @rahulIOT
      @rahulIOT  8 месяцев назад

      What is error?

    • @doregowda6600
      @doregowda6600 8 месяцев назад

      ​@@rahulIOTwhat I do know sir.. Please solve this error sir

    • @rahulIOT
      @rahulIOT  8 месяцев назад

      @@doregowda6600 how can i solve error if you dont tell me error.. I have tested code and projects.
      How can i know what your issue

    • @doregowda6600
      @doregowda6600 8 месяцев назад

      @@rahulIOT sir can you please send me whatsapp number

  • @Your_dad.326
    @Your_dad.326 9 месяцев назад

    सर जर ग्रुप फोटो काडून मग त्या फोटो वरून attendence लावायची म्हंटल तर. म्हणजे शिक्षकाने विद्यार्थ्यांचा class मध्ये attendence साठी group photo kadla tya फोटो वरून attendence कशी लावता येईल .जर सांगितलं तर खूप मदत होईल सर ❤️.

    • @rahulIOT
      @rahulIOT  9 месяцев назад

      How is this possible if the teacher is inside the classroom and you are doing fake attendance.

  • @Your_dad.326
    @Your_dad.326 9 месяцев назад

    सर जर ग्रुप फोटो काडून मग त्या फोटो वरून attendence लावायची म्हंटल तर. म्हणजे शिक्षकाने विद्यार्थ्यांचा class मध्ये attendence साठी group photo kadla tya फोटो वरून attendence कशी लावता येईल .जर सांगितलं तर खूप मदत होईल सर ❤️.

    • @rahulIOT
      @rahulIOT  9 месяцев назад

      How is this possible if the teacher is inside the classroom and you are doing fake attendance.