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

  Рет қаралды 73,311

Krish Naik

Krish Naik

Күн бұрын

Пікірлер: 74
@pradeep621
@pradeep621 3 жыл бұрын
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.
@mohammadhiraashrafi9448
@mohammadhiraashrafi9448 3 жыл бұрын
Pretty much so important project for resume☺️☺️☺️
@raymondmichael4987
@raymondmichael4987 3 жыл бұрын
For this series, I subed. Hoping to learn more with you guys Greetings from Tanzania 🇹🇿
@amitanand606
@amitanand606 3 жыл бұрын
Hi Krish,Please make one vedio how to deploy on Apache for Flask Rest API
@bheemraj3671
@bheemraj3671 3 жыл бұрын
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 жыл бұрын
use a higher mega pixel camera then crop the images
@surendarms9615
@surendarms9615 3 жыл бұрын
Pls make video on Face Live detection ..
@chillbro2432
@chillbro2432 3 жыл бұрын
Hey Krish, Can we put this project in our resume?? Or do we need to make any changes??
@user-fl8wo7nc3y
@user-fl8wo7nc3y 3 жыл бұрын
Hi sir, please make one video,"Fruits detection & recognition ". Please sir make this video.
@shareknowledge7125
@shareknowledge7125 3 жыл бұрын
Great sit
@amaanpk
@amaanpk 14 күн бұрын
🎉🎉🎉
@snootking
@snootking 3 жыл бұрын
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!
@shahidsermiki
@shahidsermiki 9 ай бұрын
great teacher.............
@sudharsanb9391
@sudharsanb9391 3 жыл бұрын
sir similarly do mask detection and deploy it pls
@AiPhile
@AiPhile 3 жыл бұрын
that's great sir
@kevinjoy262
@kevinjoy262 2 жыл бұрын
Hi krish, thanks for this great content. Can you do any tutorial on face tracking using mtcnn and facenet in upcoming days.
@mrsilver8151
@mrsilver8151 3 жыл бұрын
Hi Mr Krish, Guys Is there is a way to measure the accuracy of the detected face in face_recognition library.
@hidayattaufikakbar4304
@hidayattaufikakbar4304 2 жыл бұрын
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
@pulkitmittal584
@pulkitmittal584 3 жыл бұрын
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
@karthikvermavlogs806
@karthikvermavlogs806 Жыл бұрын
Which python version are you using???? Please tell
@vittal255
@vittal255 2 жыл бұрын
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
@renolppfftt1633
@renolppfftt1633 2 жыл бұрын
how to redirect other url when face detect the face, i try to put return redirect(url_for('index')) but error context
@sasank174
@sasank174 2 жыл бұрын
how to redirect to another url on detecting the face
@wolfisraging
@wolfisraging 3 жыл бұрын
this flask wouldn't work when you'll deploy it anywhere
@analyticsworld9318
@analyticsworld9318 3 жыл бұрын
Why?
@mystackquest
@mystackquest 3 жыл бұрын
@@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.
@angelortiz3564
@angelortiz3564 2 жыл бұрын
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.
@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
@sambit123sahu
@sambit123sahu 3 жыл бұрын
What is the IDE being used here?
@ranjithreddy8089
@ranjithreddy8089 3 жыл бұрын
Visual Studio
@magicpotato1707
@magicpotato1707 3 жыл бұрын
its visual studio code
@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?
@sagecoder8767
@sagecoder8767 2 жыл бұрын
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?
@creativecommons9583
@creativecommons9583 3 жыл бұрын
Hi Krish, what algorithm using in this face recognition?
@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.
@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?
@user-ps4zv1uw1l
@user-ps4zv1uw1l 6 ай бұрын
can you create a face detection when scan then only scan human not photo
@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
@sarkaran
@sarkaran 2 жыл бұрын
can we also use it on projects that need to verify customers like verification?
@taqikhan5418
@taqikhan5418 2 жыл бұрын
We have to write the whole code? cant we directly call the function recognize?
@user-to2dy7cg5v
@user-to2dy7cg5v Жыл бұрын
what python interpreter are you using please ?
@kuganraguraman5766
@kuganraguraman5766 14 күн бұрын
But, I am just keep getting type error
@HarshitaGarg
@HarshitaGarg 2 жыл бұрын
This isn't working in Ubuntu. Any way to do this...
@harshitagraphic5790
@harshitagraphic5790 Жыл бұрын
I tried to redirect after detection i did not find any solution till now do you hage any solution ?
@dodipasaribu3706
@dodipasaribu3706 2 жыл бұрын
Algoritma yolo, sir?
@vasanths1344
@vasanths1344 Жыл бұрын
it shows list index out of range error
@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
@supraja.snaidu3090
@supraja.snaidu3090 2 жыл бұрын
Sir do it even after detecting name it should tell the name of the person
@techhack1119
@techhack1119 2 жыл бұрын
sir getting error in download requirement.txt file
@HarshitKumar-gn5wf
@HarshitKumar-gn5wf 6 ай бұрын
my camera frames is getting stucked, and my camera is working pretty fine. Whats the error ?
@shreyagupta5020
@shreyagupta5020 Күн бұрын
Did you figure out the problem?
@river.
@river. 2 жыл бұрын
aur batao kaisa chal raha engage ka project jo ki khud banana tha🌚
@K_Shuvo
@K_Shuvo Жыл бұрын
how to install reqirements....please clear
@abcxyz6918
@abcxyz6918 10 ай бұрын
Same problem how to install libiriary, requirements
@AyushKumar-ez1xj
@AyushKumar-ez1xj 2 жыл бұрын
camera is not working
@SHAONJET
@SHAONJET 2 жыл бұрын
remove (debug = True)
@utkarshtripathi9118
@utkarshtripathi9118 2 жыл бұрын
sir, It showing me dlib errror
@chintasushma8616
@chintasushma8616 Жыл бұрын
conda install -c conda-forge dlib
@suriyaprakash5172
@suriyaprakash5172 Жыл бұрын
Which python version you using?