Face Recognition with Flask Application | OpenCV

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024
  • In this session, you will learn how you can
    Integrate webcam with your web application
    Update the image on a webpage without refreshing
    Different packages that need to be installed
    Face detection with on the flask web application
    Understanding the code for face detection and face recognition
    -----------------------------------------------------------------------------------------------------------------------
    Learn different technologies:
    1. How to deploy rasa chatbot with flask application :
    • How to Deploy Rasa cha...
    2. Face detection with opencv and flask application :
    • FACE DETECTION WITH FL...
    3. Integrating webcam to flask application:
    • How to Integrate Webca...
    4. Link to haar cascade file:
    github.com/ope...
    5. Get the full code here:
    github.com/ash...
    Also, you can contact us to set up the IoT based gadgets at your home or workplace at +918209829808 or you can also visit www.gruhaautom...
    Connect with Ashish Saini:
    Facebook: / ashus3868
    Instagram: / innovate__yourself
    Twitter: as...
    RUclips: / innovateyourselfashu
    Linkedin: / ashish-saini-43662470
    About Ashish Saini:
    Ashish Saini is a software developer and a Professional Trainer. He has delivered sessions in the most reputed Colleges/Universities like IIT, NIT, etc. He has trained 15000+ students till now. He also runs a youtube channel and a website named www.innovateyourself.inwhere he regularly updates the quality content related to the technology to make the learning easy and interactive. His aim is to provide quality education across the nation and to reduce unemployment to almost negligible and to make everyone happy. Website: www.innovateyou...
    For training on the following courses contact us at +91 8209829808 or ashishsaini@innovateyourself.in:
    1. Python Programming
    2. Machine Learning
    3. Artificial Intelligence
    4. Rasa chatbot
    5. Internet of things
    6. Embedded Programming
    7. C programming
    8. Web development with python

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

  • @venom5926
    @venom5926 3 года назад +1

    Hey sir could you upload the code for training our own model??

  • @n.r.7616
    @n.r.7616 4 года назад +2

    bro one video u uploaded many times.... btw nice video

  • @nassirouabdoulmadjid7644
    @nassirouabdoulmadjid7644 4 года назад

    Please bro, in which part of the code do you get photos of people (in this case you) for recognition ?

  • @taqikhan5418
    @taqikhan5418 2 года назад

    Thanks a lot brother. I am having a project where I have to run a query to save record to database incase of unknown person and also generate dataset for that person. But when a person change hisface angle or low light happen, in that case model consider him to be unknown and generate a new dataset for same person. Can you help to solve this problem

  • @benmukanirwa
    @benmukanirwa 4 года назад

    Hello bro, is there a way to add some information from the database like Age, Location,... when recognizing the face?

    • @InnovateYourselfashu
      @InnovateYourselfashu  4 года назад +1

      Yes you can

    • @benmukanirwa
      @benmukanirwa 4 года назад

      @@InnovateYourselfashu bro can you please help me do that?? I'm working on a certain project and I really need to connect with the database.

  • @이수진-c4j9k
    @이수진-c4j9k 3 года назад

    Hello sir, I wanna really recognize me.
    So, I think that I need to train a model with my photos.
    But, I could't find any code about training a model.
    Can you please tell me how to do this?

  • @ridhamshah513
    @ridhamshah513 4 года назад

    can we use data[1] which is our predicted name in template?

    • @InnovateYourselfashu
      @InnovateYourselfashu  4 года назад

      It depends on you, that what you want to do?

    • @rashmitiwari7788
      @rashmitiwari7788 3 года назад

      @@InnovateYourselfashu How to do that, can you suggest. I am new to this

  • @techgeek3042
    @techgeek3042 4 года назад

    How did you train the model ? How to do that ?

    • @techgeek3042
      @techgeek3042 3 года назад

      @DhonDol ChosaChusiBara no

    • @InnovateYourselfashu
      @InnovateYourselfashu  3 года назад

      Fir that I have a code written to train the model based on the images provided

    • @souhardyaadhikary8795
      @souhardyaadhikary8795 3 года назад

      @@InnovateYourselfashu can you please share the code then

  • @Basky008
    @Basky008 4 года назад

    I am getting the following error:
    ...\Flask Webcam OpenCV Website>python webcam_access.py
    Traceback (most recent call last):
    File "webcam_access.py", line 2, in
    from camera import VideoCamera
    ...\Flask Webcam OpenCV Website\camera.py", line 42
    return [(pred, loc) if rec else ("unknown", loc) for pred, loc, rec in zip(knn_clf.predict(faces_encodings), X_face_locations, are_matches)]
    ^
    TabError: inconsistent use of tabs and spaces in indentation
    Can you suggest how to remove this error?

  • @majdoubwided6666
    @majdoubwided6666 4 года назад

    Thank you, can you please upload the model pipelines because i tried to run the app using my photos but in vain, i think the problem is on the model

    • @majdoubwided6666
      @majdoubwided6666 3 года назад

      @DhonDol ChosaChusiBara no. I didn't found any solution

    • @majdoubwided6666
      @majdoubwided6666 3 года назад

      @DhonDol ChosaChusiBara in fact i droped the project cz i didn't found any solution

  • @pavansandeepchirukuri9970
    @pavansandeepchirukuri9970 4 года назад

    Bro can you tell me the editor to run this program.

    • @InnovateYourselfashu
      @InnovateYourselfashu  4 года назад

      You can use pycharm, vs code, anaconda or directly through terminal

  • @iMangolover
    @iMangolover 4 года назад

    how to deploy the app?

    • @InnovateYourselfashu
      @InnovateYourselfashu  4 года назад

      Check my latest video on how to deploy flask app on heroku. You will get an idea on how to do it

  • @subhadipadhikary270
    @subhadipadhikary270 3 года назад

    lemme give u a suggestion put a good readme to undersatand the code your comments are fine but its diificult to undarstant the hierarchicy for a biginner .you have made something try to document it in a proper way

  • @benmukanirwa
    @benmukanirwa 4 года назад

    Hello, I really didn't get about the .clf file. Or how you trained your model. Can you please help me out??

    • @InnovateYourselfashu
      @InnovateYourselfashu  4 года назад

      What you didn't get?

    • @benmukanirwa
      @benmukanirwa 4 года назад +1

      @@InnovateYourselfashu It's now clear. I've googled and thinks are now clear. A curious question: is there a way to make this app a mobile one?

    • @InnovateYourselfashu
      @InnovateYourselfashu  4 года назад +1

      Yes

    • @benmukanirwa
      @benmukanirwa 4 года назад

      @@InnovateYourselfashu Can you give me some directives that could help me do that?