Face Recognition Project In Flask Web Framework- Recognize Different Faces Easily

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • github: github.com/kri...
    Flask Playlist: • Flask
    --------------------------------------------------------------------------------------------------------------------------
    Subscribe my vlogging channel
    / @krishnaikhindi
    Please donate if you want to support the channel through GPay UPID,
    Gpay: krishnaik06@okicici
    Telegram link: t.me/joinchat/...
    Please join as a member in my channel to get additional benefits like materials in Data Science, live streaming for Members and many more
    / @krishnaik06
    -----------------------------------------------------------------------------------------------------------------------------------------------------
    Connect with me here:
    Twitter: / krishnaik06
    Facebook: / krishnaik06
    instagram: / krishnaik06

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

  • @pradeep621
    @pradeep621 3 года назад +16

    The biggest strength of this man is that he makes us feel all of this is very simple when it really isn't. There's simply no way to thank this guy. Respect 💯💯💯

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

    Krish Sir this is a really amazing Flask Series work lot of things are learned from all the above Flask video playlists..Super...sir very very thank you for the wonderful Flask teaching.

  • @raymondmichael4987
    @raymondmichael4987 3 года назад +2

    For this series, I subed.
    Hoping to learn more with you guys
    Greetings from Tanzania 🇹🇿

  • @mohammadhiraashrafi9448
    @mohammadhiraashrafi9448 3 года назад +3

    Pretty much so important project for resume☺️☺️☺️

  • @amitanand606
    @amitanand606 3 года назад +4

    Hi Krish,Please make one vedio how to deploy on Apache for Flask Rest API

  • @shareknowledge7125
    @shareknowledge7125 3 года назад +2

    Great sit

  • @bheemraj3671
    @bheemraj3671 3 года назад +9

    But the range of detection is only about 1meter from the camera. How can we increase the range which can detect the image at far distance like 4-5 meters?..

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

      use a higher mega pixel camera then crop the images

  • @surendarms9615
    @surendarms9615 3 года назад +2

    Pls make video on Face Live detection ..

  • @user-fl8wo7nc3y
    @user-fl8wo7nc3y 3 года назад +2

    Hi sir, please make one video,"Fruits detection & recognition ".
    Please sir make this video.

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

    great teacher.............

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

    Love this video series. Would love to see one showing how I could deploy an ML model I have trained on Jupyter Lab in Flask. Also how to have a file upload button in the app with which the file could then be used as input to the model. I.e. The app would allow someone to upload a video which could then be used as input to my CV ML model. Thanks!

  • @kevinjoy262
    @kevinjoy262 2 года назад +1

    Hi krish, thanks for this great content. Can you do any tutorial on face tracking using mtcnn and facenet in upcoming days.

  • @AiPhile
    @AiPhile 3 года назад +2

    that's great sir

  • @sudharsanb9391
    @sudharsanb9391 3 года назад +3

    sir similarly do mask detection and deploy it pls

  • @chillbro2432
    @chillbro2432 3 года назад +3

    Hey Krish, Can we put this project in our resume?? Or do we need to make any changes??

  • @mrsilver8151
    @mrsilver8151 3 года назад +3

    Hi Mr Krish, Guys
    Is there is a way to measure the accuracy of the detected face in face_recognition library.

  • @pulkitmittal584
    @pulkitmittal584 3 года назад +7

    i can't install face recognition on win 10 getting dlib errors

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

      conda install -c conda-forge dlib

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

      ​@@chintasushma8616 hello
      could you please tell this clearly because I am facing same problem

    • @Aayush-sd5jn
      @Aayush-sd5jn Месяц назад

      @@janvi5835 could you please tell me,how you solved the error

  • @hidayattaufikakbar4304
    @hidayattaufikakbar4304 2 года назад +1

    Hello krish, your video is so helpful. but i want to ask something.. how to resize the output in the /video_feed ?

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

    Krish please come up with more content on flask

  • @amaanpk
    @amaanpk 14 дней назад

    🎉🎉🎉

  • @wolfisraging
    @wolfisraging 3 года назад +6

    this flask wouldn't work when you'll deploy it anywhere

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

      Why?

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

      @@analyticsworld9318 He is correct. This project depends on camera of server. You can't access camera of client using this example.

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

      ​@@mystackquest Yes, and actually that's not it. Sending bytestring np.ndarray frames from client to backend and then back from backend to frontend in realtime is just impossible, unless you use some bidirectional communication such as socket io or webrtc.

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

      We have to use socket io

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

      @@krishnaik06 Socketio is also almost impossible man... I tried... The frame stucks or lags unless width and height of frame is very small (if go for that we can't see what is happening) There might be a better way to overcome these issues. As far as I know client side frame frameworks of tfjs, opencv etc. does the job.

  • @renolppfftt1633
    @renolppfftt1633 2 года назад +1

    how to redirect other url when face detect the face, i try to put return redirect(url_for('index')) but error context

  • @vittal255
    @vittal255 2 года назад +1

    Namaste Krishna Naik ji
    I am seeing you from your first video. You are maintaining the same enthu.
    I have implemented your code in the existing flask website which has backend MySql. My WEb APP is lagging its not even rendering the HTML pages.
    Can you suggest anything for mr

  • @angelortiz3564
    @angelortiz3564 2 года назад +1

    This is cool, but would the same thing apply to actually deploying the model on the cloud?

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

      It doesn't, cloud platforms won't allow you to access the hardware of the client.

  • @sasank174
    @sasank174 2 года назад +1

    how to redirect to another url on detecting the face

  • @sambit123sahu
    @sambit123sahu 3 года назад +3

    What is the IDE being used here?

  • @sagecoder8767
    @sagecoder8767 2 года назад +1

    yours is so fast and smooth how do o speed mine up is it the hardware fault?

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

      I have the same problem, can you tell me if you solved this problem please?

  • @Sarah-hn3fn
    @Sarah-hn3fn 3 года назад

    Hello sir please do you have an idea about how to convert a flask web app( that use computer vision like this showed in the video) into a phone application .
    reply please

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

    Which python version are you using???? Please tell

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

    Can't able to install face recognition module
    How to tackle from it

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

    hey, are there some open source models for id card and selfie image verification?

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

    What is the algorithm behind face recognition module

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

    Is there a way to just host the server and use your mobile as camera for detecting faces?

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

    how to use session when generating the yield
    when I use session it throws the error like "outside the request context"
    please give any solution to store the data

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

    can you create a face detection when scan then only scan human not photo

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

    can we also use it on projects that need to verify customers like verification?

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

    Why when I run the python script for the face recognition when it detects a face the fps drops and stutters a lot.

  • @kuganraguraman5766
    @kuganraguraman5766 14 дней назад

    But, I am just keep getting type error

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

    We have to write the whole code?
    cant we directly call the function recognize?

  • @supraja.snaidu3090
    @supraja.snaidu3090 2 года назад

    Sir do it even after detecting name it should tell the name of the person

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

    it shows list index out of range
    error

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

    Hi Krish, what algorithm using in this face recognition?

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

    I tried to redirect after detection i did not find any solution till now do you hage any solution ?

  • @HarshitKumar-gn5wf
    @HarshitKumar-gn5wf 6 месяцев назад

    my camera frames is getting stucked, and my camera is working pretty fine. Whats the error ?

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

    This isn't working in Ubuntu. Any way to do this...

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

    bro can u or anyone plz tell me ,i have to print time like"bradly enters the room at 9:10"",i done it in this code but in the terminal,plz tell how to print this info in html page where video is showing below it

  • @user-to2dy7cg5v
    @user-to2dy7cg5v Год назад

    what python interpreter are you using please ?

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

    Algoritma yolo, sir?

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

    sir getting error in download requirement.txt file

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

    how to install reqirements....please clear

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

      Same problem how to install libiriary, requirements

  • @river.
    @river. 2 года назад

    aur batao kaisa chal raha engage ka project jo ki khud banana tha🌚

  • @AyushKumar-ez1xj
    @AyushKumar-ez1xj 2 года назад

    camera is not working

    • @SHAONJET
      @SHAONJET 2 года назад +1

      remove (debug = True)

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

    sir,
    It showing me dlib errror

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

    Which python version you using?