Face Recognition Project Using SQL Database and Python 2024 ||

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 78

  • @FREETECH-xu1ob
    @FREETECH-xu1ob  8 หลายเดือนก่อน +3

    Check Description for code

  • @lyndaraid3401
    @lyndaraid3401 9 หลายเดือนก่อน +1

    Every useful video thank you so much

  • @ganeshm7847
    @ganeshm7847 10 หลายเดือนก่อน +2

    good way of teaching

  • @akmaljon0601
    @akmaljon0601 2 หลายเดือนก่อน +2

    I did as you showed in the video and it worked. Thank you so much. I look forward to watching next videos, tutorials.

  • @saibharathr5271
    @saibharathr5271 10 หลายเดือนก่อน +1

    awesome!!!

  • @Factopedia_AI2025
    @Factopedia_AI2025 10 หลายเดือนก่อน +1

    best course for opencv project

  • @TrendingAI_Now
    @TrendingAI_Now 10 หลายเดือนก่อน +1

    Super Course

  • @rendikanurhartantos.7940
    @rendikanurhartantos.7940 4 หลายเดือนก่อน +1

    By the way, what is your extension for displaying parameter names like in section 21:03 "scaleFactor" and "minNeigbors"? Thank you for this amazing videos 🤗🤗

  • @lamp8789
    @lamp8789 7 หลายเดือนก่อน +2

    Thank you very much for this detailed tutorial. I love it!
    Btw, I suggest to add timestamps of each module, it will help us a lot in keeping track of your content.

  • @BilalBashir-z5s
    @BilalBashir-z5s 3 หลายเดือนก่อน +1

    Thank you. Commendable.

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  3 หลายเดือนก่อน

      You're very welcome!

  • @yashsrivastava3669
    @yashsrivastava3669 8 หลายเดือนก่อน +1

    Thankyou so much :)

  • @sikanderali3234
    @sikanderali3234 7 หลายเดือนก่อน +2

    you gained a new subscriber

  • @안채림-k3d
    @안채림-k3d 10 หลายเดือนก่อน

    I'm looking to improve the accuracy of my project using MediaPipe. Can you please give me some advice on how to achieve this?

  • @fineqdsasd8313
    @fineqdsasd8313 7 หลายเดือนก่อน +2

    Thank you.. what program you used for coding?

  • @kyawmin4373
    @kyawmin4373 วันที่ผ่านมา +1

    sir i am facing a problem everything is fine but there is no image saved in dataset package

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  วันที่ผ่านมา

      Check name of the directory spelling, check all codes one by one in dataset capture module

  • @musikawuran
    @musikawuran 7 หลายเดือนก่อน +1

    you are awesome pal

  • @bilgekaanozturk222
    @bilgekaanozturk222 9 หลายเดือนก่อน +1

    hey can i alter this code to recognize faces on my screen because im trying to build a face tracking camera with esp32 but its not capable of both streaming and face recognition so im trying to do face recognition on my cpu i need to recognize faces from given website

    • @srm--studyandrelaxingmusic837
      @srm--studyandrelaxingmusic837 8 หลายเดือนก่อน +1

      hello i also want to alter the code same as you , if you have achieved it can you please share some info about it

  • @azizulkhan786
    @azizulkhan786 7 หลายเดือนก่อน +1

    Many thanks dear. excellent. pls. Is it possible can u tell if want to save when enter student id name time to mysql database then what code where should be add?

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  7 หลายเดือนก่อน

      Hii i don't know about that you can ask chatgpt to modify the code for mysql instead of sqlite database

  • @SphereofTime
    @SphereofTime 7 หลายเดือนก่อน +1

    2:00

  • @raahulll8
    @raahulll8 3 หลายเดือนก่อน +1

    Bro is this code can only recognise one person as you gave only one person in data set? How to do for a whole class?

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  3 หลายเดือนก่อน

      Create face image dataset of whole class using dataset.py and train with trainer.py then it stores all class face image in sql...
      Whenever the 2 or more faces capture in camera it will recognize

  • @allennomel5834
    @allennomel5834 4 หลายเดือนก่อน +1

    Hello, why did you decide to make all the images gray? By the way, the video is amazing.

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  4 หลายเดือนก่อน

      Haarcascade uses grey images

    • @allennomel5834
      @allennomel5834 4 หลายเดือนก่อน

      @@FREETECH-xu1ob ok thanks you

  • @muhammadmudasir1166
    @muhammadmudasir1166 2 หลายเดือนก่อน +1

    Is it pycharm professional

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  2 หลายเดือนก่อน

      You can use community version it's free

  • @cartoon_king1723
    @cartoon_king1723 10 หลายเดือนก่อน +1

    need more courses

  • @akshatagrawal6702
    @akshatagrawal6702 6 หลายเดือนก่อน +1

    Sir, it wont run, can u tell wht all dependencies I need to install and what versions?

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  6 หลายเดือนก่อน

      Install python 3.7 and opencv contrib package
      You can copy paste error in google and see solutions in stackoverflow

  • @elrushamilinadsa8405
    @elrushamilinadsa8405 4 หลายเดือนก่อน +1

    How to integrate it to a gui

  • @안채림-k3d
    @안채림-k3d 10 หลายเดือนก่อน +1

    How can I improve the accuracy of my face recognition system? I only included my friend's face in the dataset, but it keeps recognizing my face as my friend's.ㅠㅠㅠ
    Your TH-cam channel is a blessing to me. Thank you so much!

    • @Aryan37419
      @Aryan37419 5 หลายเดือนก่อน

      You solved this problem?

    • @muhammadmudasir1166
      @muhammadmudasir1166 2 หลายเดือนก่อน

      You got solution? Please reply

    • @muhammadmudasir1166
      @muhammadmudasir1166 2 หลายเดือนก่อน

      ​@@Aryan37419you got solution please reply?

    • @안채림-k3d
      @안채림-k3d 2 หลายเดือนก่อน

      @@muhammadmudasir1166recently I use library(insightface)

  • @MalakMohamed-u9r
    @MalakMohamed-u9r 3 หลายเดือนก่อน +1

    I can't find the code can you please upload the githup link of this project

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  3 หลายเดือนก่อน

      You can download my code from blog website 👍👍

  • @muhammadmudasir1166
    @muhammadmudasir1166 2 หลายเดือนก่อน +1

    Bro can i link this system with mobile app??

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  2 หลายเดือนก่อน

      I don't know you can ask chatgpt

  • @Painted_Skull
    @Painted_Skull 10 หลายเดือนก่อน

    please, don't put default subtitle in video. it's hard to read code

  • @lipovgaming7245
    @lipovgaming7245 7 หลายเดือนก่อน +1

    is it beginner friendly

  • @MTSChannel
    @MTSChannel 3 หลายเดือนก่อน +1

    How to handle if there are many person in system ,such as 1000++

  • @muhammadmudasir1166
    @muhammadmudasir1166 2 หลายเดือนก่อน +1

    There's a problem when i train it through my face but it still recognize my friend face as my face please help

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  2 หลายเดือนก่อน

      You need to provide more dataset for your face in every angle

    • @muhammadmudasir1166
      @muhammadmudasir1166 2 หลายเดือนก่อน

      @ i trained on 200 images but still it is recognizing unknown faces as my face

  • @mustaphag
    @mustaphag 7 หลายเดือนก่อน +1

    Hello, You hve a bug in line 15. why do you need to set isrecordexist =1 in a loop?

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  7 หลายเดือนก่อน

      We assume that database have already records for update

  • @himaanshuGurjar
    @himaanshuGurjar 3 หลายเดือนก่อน +1

    How to do it for more than 1 user

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  3 หลายเดือนก่อน

      Train all face images and store in dataset folder
      Whenever faces detected it will recognize

  • @ghantamemes2m18
    @ghantamemes2m18 9 หลายเดือนก่อน +1

    sourec code plz

  • @incriveiscuriosidade3383
    @incriveiscuriosidade3383 3 หลายเดือนก่อน +1

    Hi friend, I've been following your videos on TH-cam for some time, I really liked your content, I'm an information technology student, could you help me with a job? ho for me to present?

    • @FREETECH-xu1ob
      @FREETECH-xu1ob  3 หลายเดือนก่อน

      I am also student and I am also trying to get job 🙂🙂

  • @BobTheRob
    @BobTheRob 10 หลายเดือนก่อน +1

    Bro can you share the github link please.

  • @HameedKhan-pb8cj
    @HameedKhan-pb8cj 8 หลายเดือนก่อน

    bro kindly upload the source file somewhere