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
Hey sir could you upload the code for training our own model??
bro one video u uploaded many times.... btw nice video
Please bro, in which part of the code do you get photos of people (in this case you) for recognition ?
I haven't made any video on that topic
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
Hello bro, is there a way to add some information from the database like Age, Location,... when recognizing the face?
Yes you can
@@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.
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?
can we use data[1] which is our predicted name in template?
It depends on you, that what you want to do?
@@InnovateYourselfashu How to do that, can you suggest. I am new to this
How did you train the model ? How to do that ?
@DhonDol ChosaChusiBara no
Fir that I have a code written to train the model based on the images provided
@@InnovateYourselfashu can you please share the code then
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?
Indentation probelem, check the spaces
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
@DhonDol ChosaChusiBara no. I didn't found any solution
@DhonDol ChosaChusiBara in fact i droped the project cz i didn't found any solution
Bro can you tell me the editor to run this program.
You can use pycharm, vs code, anaconda or directly through terminal
how to deploy the app?
Check my latest video on how to deploy flask app on heroku. You will get an idea on how to do it
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
Hello, I really didn't get about the .clf file. Or how you trained your model. Can you please help me out??
What you didn't get?
@@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?
Yes
@@InnovateYourselfashu Can you give me some directives that could help me do that?