No video

Face Recognition Using Python, Keras, OpenCV & Tensorflow| Recognize Face in Real-time Video Streams

  Рет қаралды 104,313

KNOWLEDGE DOCTOR

KNOWLEDGE DOCTOR

Күн бұрын

So you want to know how to do face recognition without deep learning? Watch this video and find out!
Ever wanted to know how to recognize faces without deep learning? In this video, we're going to go over how you can use OpenCV and Python to recognize faces with just a camera and a computer.
Github Repo Link: github.com/Cha...
🔥Number Sign Recognition & Detection
Using Tensorflow Object Detection API & Python 👉🏻 • Number Sign Recognitio...
🔥Harry Potter Invisible Cloak Using Python & Opencv 👉🏻 • Number Sign Recognitio...
🔥 Python Project: Automate Hill Climb
Racing Game Using Python 👉🏻 • Python Project: Automa...
🔥 Hand Pose Estimation in
Real Time Using Python & Mediapipe 👉🏻 • Hand Pose Estimation i...
🔥 Gender Classification Using CNN 👉🏻 • Gender Classification ...
💥 LED Controller Using Python And Ardunio 👉 • How to controll LED Us...
I'm on Instagram as @knowledge_doctor.
Follow Me On Instagram :
www.instagram....
Like My Facebook Page:
/ knowledge-doctor-progr...
.................................Tags..............................................
face recognition
face detection
face recognition python
facial recognition search
face recognition online
google face recognition
facial recognition technology
face recognition attendance system
facial recognition system
face detection python
opencv face detection
opencv face recognition
face recognition github
face identifier
face identification
face verification
tensorflow face recognition
ai face recognition
face recognition access control
google face detection

Пікірлер: 196
@sgdva
@sgdva 2 жыл бұрын
Awesome tutorial! Just a heads up for others: if you're running tensorflow greater than 2.6 you may find that you get frozen when detecting the person, this is because predict_classes was deprecated, you need to comment that line and change it like so: #classIndex=model.predict_classes(img) classIndex = np.argmax(prediction,axis=-1)
@knowledgedoctor3849
@knowledgedoctor3849 2 жыл бұрын
Yes Cool
@ilyasmerrounouahabi3704
@ilyasmerrounouahabi3704 2 жыл бұрын
@@knowledgedoctor3849 and @sgdva thank you sooooooo much
@burhonabdullayev9372
@burhonabdullayev9372 2 жыл бұрын
hi how are you all I have a problem No file or directory found at MyTrainigModel.h5
@thomassmith1842
@thomassmith1842 2 жыл бұрын
Further down there is a problem though. "cv2.putText(imgOrignal,str(probabilityValue*100, 2)" - if probabilityValue is already replaced by the classindex then what do I do with this argument?
@necroaspect1852
@necroaspect1852 6 ай бұрын
bro thanks a lot for the help. was really worried about the bug for so long.... it fixed it. thanks again
@thebeastgaming4642
@thebeastgaming4642 2 жыл бұрын
The Password of the zip file is deeplearning
@seshanthseshu9233
@seshanthseshu9233 Жыл бұрын
Thank u so much Bro
@shubhammusale692
@shubhammusale692 4 ай бұрын
thank u bro
@bl4z3_kanazaki
@bl4z3_kanazaki Жыл бұрын
Thank you my man! This video help me a lot, my ML teacher gave us an ML exercise about face recog and I literally don't know what is it and what he want us to do... this video help me out a lot!
@knowledgedoctor3849
@knowledgedoctor3849 Жыл бұрын
Follow Latest Face Recognition Project too Get More Idea about That🔥
@syedqasimalinaqvi2605
@syedqasimalinaqvi2605 Жыл бұрын
@@knowledgedoctor3849 whats the passward of the zipfile
@MrUmsdavid
@MrUmsdavid Жыл бұрын
very comprehensive tutorial, one of the best or maybe the best tutorial i found in KZfaq ! Thanks!
@gagangagan4497
@gagangagan4497 2 ай бұрын
I am facing a error in importing library "" from keras.models import load_model "" how can we solve this error
@shreenidhin2079
@shreenidhin2079 Ай бұрын
@gagangagan4497 even I'm facing the same issue.. did the issue get sorted out??
@supriyapadhy13
@supriyapadhy13 18 күн бұрын
Can someone please explain how to solve the keras model issue...
@aryangarg0608
@aryangarg0608 10 ай бұрын
its not working properly, in the model its only focused on first class only whoever the person is on webcam either its me or tony stark it shows my name only, i even tried to add 3rd class and made new keras model but stuck on only my name, also its showing wrong output on teachable machine ,idk whats going wrong, can anyone help me
@Abhi-jz4cp
@Abhi-jz4cp Жыл бұрын
its asking for password to open the file,whats the password?
@user-pe9nd3hw1o
@user-pe9nd3hw1o 5 ай бұрын
deeplearning
@dharmeshbhatiya7507
@dharmeshbhatiya7507 Жыл бұрын
model.predict_classes not working in python 3.10
@amishagarwal5710
@amishagarwal5710 7 ай бұрын
what is password for opening code file
@smartstatus5987
@smartstatus5987 2 ай бұрын
::open Can't open file: 'haarcascade_frontalface_default.xml' in read mode ERROR
@trainzworldgaming4935
@trainzworldgaming4935 Ай бұрын
Did you download a haarcascade file?
@CodyShitagi
@CodyShitagi Жыл бұрын
Incredible, thank you Chando.
@tobiass.9952
@tobiass.9952 2 жыл бұрын
Hey, awesome video, now I know much more how to build a facial recognition system. Now I tried really hard to implement a version, that is capable of detecting multiple faces in one image or from a webcam source, but I really dont know how to do this. Maybe you could give me some advice?
@santhoshm8834
@santhoshm8834 Жыл бұрын
I am getting DLL load failed while importing _pywrap_tensorflow_internal: The specified module could not be found. How to solve this?
@Mr.Siege123
@Mr.Siege123 Жыл бұрын
pls help me it keeps on saying this cv2.error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:967: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow'
@RajniGupta-xm3cm
@RajniGupta-xm3cm Жыл бұрын
how did you solve this?
@azararam4480
@azararam4480 Жыл бұрын
did you solve this ?
@MrOsobuy
@MrOsobuy 9 ай бұрын
Thank you! Great video! Keep going!
@beneadie3202
@beneadie3202 Жыл бұрын
your github repo has zip files wihtin zip files and they're password protected
@KauanPecanha
@KauanPecanha 3 ай бұрын
the password is deeplearning, bro
@suheda503
@suheda503 9 ай бұрын
hello my brother, excellent project. your english very good for me.
@user-cy7pj7yu9c
@user-cy7pj7yu9c 13 күн бұрын
Bhai import tensorflow.keras.could not resolved..ye error baar baar aa raha hai plz guide me how to solve it
@robbysaputra4857
@robbysaputra4857 2 ай бұрын
sir whar keras version you use ? and what tensorflow version?
@user-cy7pj7yu9c
@user-cy7pj7yu9c 17 күн бұрын
Where I can get this images ?
@adarshtiwari5970
@adarshtiwari5970 Жыл бұрын
what is the password for zip file
@matteoferrario4925
@matteoferrario4925 Жыл бұрын
deeplearning
@deepaklohana7004
@deepaklohana7004 3 ай бұрын
Please help me to resolve the issue as I run the datacollect file it ask me to enter name when and it start to take pictures without showing camera display after that when i clieck the run button same like you did the i face the following error. \Face Recognition System\datacollect.py", line 1, in import cv2 ModuleNotFoundError: No module named 'cv2'
@athfrl8157
@athfrl8157 2 ай бұрын
Really cool explanation, but when i download your file, it has password to extract. What is the pass brother ?
@jodhiethiraj6504
@jodhiethiraj6504 Жыл бұрын
Sir teachable machine instead of wht can be use?? For coding
@knowledgedoctor3849
@knowledgedoctor3849 Жыл бұрын
We can Use LBPH, CNN, Transfer Learning.
@nayjelalas289
@nayjelalas289 Жыл бұрын
may i ask for the password for the zip file?
@prnop1176
@prnop1176 9 ай бұрын
deeplearning
@timelesshistory19
@timelesshistory19 2 ай бұрын
How to open keras.model h5 file??
@user-cy7pj7yu9c
@user-cy7pj7yu9c 15 күн бұрын
Which keras version we have to download for this project if we want run This project in 2024
@knowledgedoctor3849
@knowledgedoctor3849 15 күн бұрын
2.9.0
@user-cy7pj7yu9c
@user-cy7pj7yu9c 15 күн бұрын
Ok brother thankyou
@neeravjha3832
@neeravjha3832 Жыл бұрын
I always get the error " Input 0 "sequential" is incompatible with the layer: expected shale=(None,3), found shape=(None, 224,224,3)
@soukainaboussaad2242
@soukainaboussaad2242 Жыл бұрын
HELLO , Awesome tutorial but what if i want to use a CNN OR HOG OR LBR, can you provide me more informtaions or a good guidance specially that i use a huge data (200 picture) thatk you in advance
@knowledgedoctor3849
@knowledgedoctor3849 Жыл бұрын
Coming Up Soon, ML Based Already Uploaded
@snehasamrudhidhal1255
@snehasamrudhidhal1255 7 ай бұрын
What is the password for your zip files?
@dodipasaribu3706
@dodipasaribu3706 2 жыл бұрын
what algorithm do you use? (Face)
@deniengineering
@deniengineering 2 жыл бұрын
This is should install nvidia cuda who have use nvidia gpu, right?
@kanzaramzan999
@kanzaramzan999 Жыл бұрын
Hey, please do let me know, what is "import os" here. its just showing an error . how could be this module installed ? please help me
@opataebubechukwu5293
@opataebubechukwu5293 2 жыл бұрын
the zip file containing the repo has a password on it
@lboy2941
@lboy2941 Жыл бұрын
deeplearning
@mohammedkamran8559
@mohammedkamran8559 2 жыл бұрын
How do I detect object like bottle, what changes do I need to make in ur code??
@MACWARE.GAMING
@MACWARE.GAMING Жыл бұрын
Bro it says...attribute error 'sequential' object has no attribute 'predict_classes'
@nirjhardas446
@nirjhardas446 Жыл бұрын
getting this error::::[ WARN:0@0.008] global cap_v4l.cpp:982 open VIDEOIO(V4L2:/dev/video0): can't open camera by index [ERROR:0@0.123] global obsensor_uvc_stream_channel.cpp:156 getStreamChannelGroup Camera index out of range
@rubervalsantos6060
@rubervalsantos6060 Жыл бұрын
good evening , what is the password of the zip file please ??
@danielizalde8718
@danielizalde8718 Жыл бұрын
did you get the password?
@rakshithvs2498
@rakshithvs2498 2 жыл бұрын
done all what u did.. but im getting exception thrown in tensorflow.. what to do?
@abhinavadattareddy975
@abhinavadattareddy975 3 ай бұрын
Bro, KERAS not working in test.py PLS help, PLS....
@thelonelinesscreator
@thelonelinesscreator Жыл бұрын
I got one problem..and í can't solve it til this day...the problem is when type "import cv2", it must be have a problem when running
@prnop1176
@prnop1176 9 ай бұрын
I am getting AttributeError: 'Sequential' object has no attribute 'predict_class
@suchibrataroy9508
@suchibrataroy9508 Жыл бұрын
brother u had done well.....but in my system it is showing error in test file i make changes in all over the program because i took the input of 3 person and also make changes in test.py file but it shows No module named 'tensorflow'....what should i do bro plzz help
@vladiaz
@vladiaz 10 ай бұрын
amazing job chando! i want to start learning this opencv. can ypu share the password of the github repo? thanks in advance
@guerbuga
@guerbuga 2 жыл бұрын
Hello Chando, with Apple M1 machine, I receive the following error: "84982 illegal hardware instruction" while I want to start test.py. Do you maybe know how to solve that issue?
@knowledgedoctor3849
@knowledgedoctor3849 2 жыл бұрын
Yes I Train it In Windows Machine That's Why This Error
@guerbuga
@guerbuga 2 жыл бұрын
@@knowledgedoctor3849 ok, how can I solve this? 🙃
@iulianmatei7336
@iulianmatei7336 Жыл бұрын
Hi, it is not a problem with the m1 machine, try downloading anaconda and make a virtual environment, use that virtual env. Some python packages overlap, maybe that' s why this error
@bralex43
@bralex43 2 жыл бұрын
how does you generate Tony stark photos?? any library or page please?
@abhishekdeshpande2459
@abhishekdeshpande2459 2 жыл бұрын
Can we make a custom data set of our own face using mobile photos ?
@khushidebbarma5575
@khushidebbarma5575 2 ай бұрын
it can work in jupyter notebook ?
@knowledgedoctor3849
@knowledgedoctor3849 2 ай бұрын
Yes..
@aligalajoel7152
@aligalajoel7152 2 жыл бұрын
Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found,,,,,, Hey could you please help me out with this error after running the test.py
@abdulbasitmagsi564
@abdulbasitmagsi564 2 жыл бұрын
hello bro, bro i have to say that i'm this error " AttributeError: 'Sequential' object has no attribute 'predict_classes'. Did you mean: 'predict_step'? " in test.py code.. please help me bro
@faijaanmemon
@faijaanmemon Жыл бұрын
i am having same issue, did your issue got resolved brother ?
@knowledgedoctor3849
@knowledgedoctor3849 Жыл бұрын
Version error cz predict_class Just support on tensorflow 2.3.0. Latest one you need to argmax the prediction
@abdulbasitmagsi564
@abdulbasitmagsi564 Жыл бұрын
@@faijaanmemon no brother not now
@faijaanmemon
@faijaanmemon Жыл бұрын
@@knowledgedoctor3849 Okay, thank you brother.
@sivakumar7679
@sivakumar7679 Жыл бұрын
Bro how did you solve this issue..i too have same error
@riyazsgurukul2431
@riyazsgurukul2431 2 жыл бұрын
can you help me with creating 3d face recognition models
@frankstekelenburg1855
@frankstekelenburg1855 Жыл бұрын
@KNOWLEDGE DOCTOR @sgdva i only see one of the classes in my screen after adding np.argmax(prediction,axis=-1) how do i fix that?
@godakartik8110
@godakartik8110 Жыл бұрын
same issue. did u find any way to fix this issue over these days?
@muhammadbinshakeel3087
@muhammadbinshakeel3087 2 жыл бұрын
awesome 👍👍
@akidukaida1598
@akidukaida1598 10 ай бұрын
how to add 3 or 4 face model? i try to add if classNo == 0: return "ALEX" elif classNo == 1: return "JHON" elif classNo == 2: return "DHEV" But still unsuccess, help me please brother
@yashdubey7564
@yashdubey7564 10 ай бұрын
Have you got the solution??
@aryangarg0608
@aryangarg0608 10 ай бұрын
same problem its not working properly, in the model its only focused on first class only whoever the person is on webcam either its me or tony stark it shows my name only, i even tried to add 3rd class and made new keras model but stuck on only my name, also its showing wrong output on teachable machine ,idk whats going wrong, can anyone help me
@006premchandgiri5
@006premchandgiri5 7 ай бұрын
can any one answer this please cv2.imshow("WindowFrame", frame) cv2.error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:971: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow
@knowledgedoctor3849
@knowledgedoctor3849 7 ай бұрын
Your camera is not opening properly
@user-vx4nu4to5p
@user-vx4nu4to5p 5 ай бұрын
raise TypeError( TypeError: Error when deserializing class 'DepthwiseConv2D' using config={'name': 'expanded_conv_depthwise', 'trainable': True, 'dtype': 'float32', 'kernel_size': [3, 3], 'strides': [1, 1], 'padding': 'same', 'data_format': 'channels_last', 'dilation_rate': [1, 1], 'groups': 1, 'activation': 'linear', 'use_bias': False, 'bias_initializer': {'class_name': 'Zeros', 'config': {}}, 'bias_regularizer': None, 'activity_regularizer': None, 'bias_constraint': None, 'depth_multiplier': 1, 'depthwise_initializer': {'class_name': 'VarianceScaling', 'config': {'scale': 1, 'mode': 'fan_avg', 'distribution': 'uniform', 'seed': None}}, 'depthwise_regularizer': None, 'depthwise_constraint': None}. Exception encountered: Unrecognized keyword arguments passed to DepthwiseConv2D: {'groups': 1} getting an error like this after running the test.py i had trained tye model and download the zip file and then i go with running of the test.py
@user-zl6ov7ns7t
@user-zl6ov7ns7t 4 ай бұрын
Have you solved the error, if so then please tell me also, mine is not happening.
@UGPAIDGAMER
@UGPAIDGAMER Жыл бұрын
can i get your specs?? or only your graphics card name
@Deez.jon19
@Deez.jon19 3 ай бұрын
what is the password??
@georgejere2306
@georgejere2306 Жыл бұрын
@KNOWLEDGE DOCTOR my error says tensorflow was not saved in save file, do you want to compile manually? How can i solve this please
@knowledgedoctor3849
@knowledgedoctor3849 Жыл бұрын
Watch latest face recognition videos.
@georgejere2306
@georgejere2306 Жыл бұрын
@@knowledgedoctor3849 which video please you can tag it for me
@retechcreation
@retechcreation 2 жыл бұрын
Knowledgeable video bro
@knowledgedoctor3849
@knowledgedoctor3849 2 жыл бұрын
Thanks Dear
@MuhammadBilal-th2yv
@MuhammadBilal-th2yv 2 жыл бұрын
what is the password for zip file?
@lboy2941
@lboy2941 Жыл бұрын
deeplearning
@kamranhaq2907
@kamranhaq2907 Жыл бұрын
win rar file is password protected?
@ismailforeveryone6889
@ismailforeveryone6889 Жыл бұрын
it's not working
@josee2679
@josee2679 Жыл бұрын
where can i get the zip file
@Vaibhav_Rautela
@Vaibhav_Rautela Жыл бұрын
Love you brother❤
@khuzdaradventures5772
@khuzdaradventures5772 Жыл бұрын
error in predicte and h5 file
@user-xx7ew6tu3k
@user-xx7ew6tu3k 2 жыл бұрын
thank u!!! awesome
@rajnishadhikari9280
@rajnishadhikari9280 9 ай бұрын
while i tired to open the zip file from github it is password protected what's the password ?
@necroaspect1852
@necroaspect1852 6 ай бұрын
deeplearning
@maull_oud
@maull_oud 8 ай бұрын
where the password?
@walayatalishah8159
@walayatalishah8159 2 жыл бұрын
password?
@Mr-vh8mk
@Mr-vh8mk 2 жыл бұрын
yes, me too
@kadaliakshay6770
@kadaliakshay6770 2 жыл бұрын
me too
@shaikhaalalai5109
@shaikhaalalai5109 2 жыл бұрын
Deeplearning
@shaikhaalalai5109
@shaikhaalalai5109 2 жыл бұрын
@@Ak-dw7td min 13:53
@nishithirani6086
@nishithirani6086 2 жыл бұрын
deeplearning
@user-qx4xh5yb1d
@user-qx4xh5yb1d 6 ай бұрын
what is the password for the datacollect file in your github zip folder?
@necroaspect1852
@necroaspect1852 6 ай бұрын
deeplearning
@user-ph3ks7mh8l
@user-ph3ks7mh8l Жыл бұрын
where is password?
@deniengineering
@deniengineering 2 жыл бұрын
There is problem with opening my webcam, any solution?
@lboy2941
@lboy2941 Жыл бұрын
deeplearning
@prem-god
@prem-god 2 жыл бұрын
Super Awesome bro 👍👍 but I can't install tensorflow 😔
@knowledgedoctor3849
@knowledgedoctor3849 2 жыл бұрын
No Problem, I am coming with this solution.. With another Video
@SarojPanda26
@SarojPanda26 2 жыл бұрын
@@knowledgedoctor3849 when bro?
@knowledgedoctor3849
@knowledgedoctor3849 2 жыл бұрын
Soon, Let me Make Another Project.
@Mr.Siege123
@Mr.Siege123 Жыл бұрын
enable long path watch video
@vjsl3334
@vjsl3334 Ай бұрын
BRO WHATS THE PASSWORD FOR THE FILES U PROVIDED? ITS PASSWORD PROTECTED...
@Arfath-h2o
@Arfath-h2o 24 күн бұрын
deeplearning
@zekisucu
@zekisucu 8 ай бұрын
what is the zip files passwords
@forzyx1726
@forzyx1726 2 жыл бұрын
what is the zip file password bruh
@nishithirani6086
@nishithirani6086 2 жыл бұрын
deeplearning
@mehedihasansabuj2809
@mehedihasansabuj2809 Жыл бұрын
how to detect unkown person?
@abeerkumar
@abeerkumar Жыл бұрын
bruh what is the password of your RAR file given in description
@pankajjoshi4206
@pankajjoshi4206 11 ай бұрын
Can u help my project I need multiple face recognition system.
@knowledgedoctor3849
@knowledgedoctor3849 11 ай бұрын
Check latest face recognition video
@pankajjoshi4206
@pankajjoshi4206 11 ай бұрын
@@knowledgedoctor3849 if I need help I will let u know , I am doing in house project , if u can assist me I can share some cash if u won't mind
@changothi538
@changothi538 Жыл бұрын
hi how are you, bro? I ran the project, but the result only shows the name of the first object. All other objects are assigned the name of the first object. (I have 4 objects to recognition), Thank U!
@godakartik8110
@godakartik8110 Жыл бұрын
same issue. found any fix?
@changothi538
@changothi538 Жыл бұрын
@@godakartik8110 U can replace this code: cv2.waitKey(1) with k=cv2.waitKey(1) if k==ord('q'): break
@godakartik8110
@godakartik8110 Жыл бұрын
@@changothi538 bruhhhh. That just changed what key is pressed to quit the feed. Nothing to do with the face recognition model
@changothi538
@changothi538 Жыл бұрын
@@godakartik8110 sorry bro. I comment wrong video. 😅
@yashdubey7564
@yashdubey7564 10 ай бұрын
​@@changothi538have you got the solution??
@rohithtunuguntla6670
@rohithtunuguntla6670 2 жыл бұрын
if classIndex==0: NameError: name 'classIndex' is not defined ???
@ilyasmerrounouahabi3704
@ilyasmerrounouahabi3704 2 жыл бұрын
same problem
@aakankshakhedkar7416
@aakankshakhedkar7416 6 ай бұрын
zip file have password plz share it
@g.iiiejidoh8591
@g.iiiejidoh8591 2 жыл бұрын
where is paroll for winrar in github ?
@lboy2941
@lboy2941 Жыл бұрын
deeplearning
@prem-god
@prem-god 2 жыл бұрын
Bro can you provide the Google colab source code link for deepFake project. Your colab link in that video is not working
@knowledgedoctor3849
@knowledgedoctor3849 2 жыл бұрын
Let me check
@SheshanSilva
@SheshanSilva Жыл бұрын
asking for CUDA
@webbabacg31
@webbabacg31 Жыл бұрын
tell the password
@MuhammadShoaib-tm9no
@MuhammadShoaib-tm9no Жыл бұрын
awesome
@Shetshwana
@Shetshwana 2 ай бұрын
accent me mast haga hai
@thanatos8551
@thanatos8551 Жыл бұрын
can someone tell me zip password?
@jackofalltrades1202
@jackofalltrades1202 2 жыл бұрын
!empty() in function 'cv::CascadeClassifier::detectMultiScale'
@knowledgedoctor3849
@knowledgedoctor3849 2 жыл бұрын
I think You forget to take the harcasecade file
@Shadowishperz
@Shadowishperz Жыл бұрын
import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow'
@knowledgedoctor3849
@knowledgedoctor3849 Жыл бұрын
Install it
@Shadowishperz
@Shadowishperz Жыл бұрын
Yep thnks got it ❤
@Shadowishperz
@Shadowishperz Жыл бұрын
But there is another error too what was your tensor flow version?
@AyushKumar-ez1xj
@AyushKumar-ez1xj 2 жыл бұрын
how to increase its efficiency
@knowledgedoctor3849
@knowledgedoctor3849 2 жыл бұрын
For Efficiency Need to Use Another Algorithm, Coming Up Soon💘
@HareeshKumarYerragolla
@HareeshKumarYerragolla Жыл бұрын
password of zip file anyone.??
@KavithBro
@KavithBro Жыл бұрын
nice video...but where is the password
@godakartik8110
@godakartik8110 Жыл бұрын
it is 'deeplearning'. he talked about it somewhere in the middle of the video. displayed it on screen also
@shihab88366
@shihab88366 3 ай бұрын
zip passworde
@aliraza-zl8ft
@aliraza-zl8ft Жыл бұрын
that is awesome i download github files but it is asking for password can you tell me password of your zipfile
@sebideaconu6210
@sebideaconu6210 Жыл бұрын
did u find the password? i need it too
@puneetsingh2842
@puneetsingh2842 Жыл бұрын
@@sebideaconu6210 its "deeplearning"
@dahiruhashimu4766
@dahiruhashimu4766 2 жыл бұрын
password
@nishithirani6086
@nishithirani6086 2 жыл бұрын
deeplearning
@imaginet8053
@imaginet8053 Жыл бұрын
what's the password of git repository?
@matteoferrario4925
@matteoferrario4925 Жыл бұрын
deeplearning
@teunstegeman8212
@teunstegeman8212 2 жыл бұрын
What is the password of the files
@holo388
@holo388 Жыл бұрын
did you get it ?
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 4 МЛН
Cute kitty gadgets 💛
00:24
TheSoul Music Family
Рет қаралды 17 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 56 МЛН
王子原来是假正经#艾莎
00:39
在逃的公主
Рет қаралды 16 МЛН
Face recognition in real-time | with Opencv and Python
28:19
Pysource
Рет қаралды 270 М.
Live Face Recognition in Python
16:16
NeuralNine
Рет қаралды 158 М.
Face Recognition With Raspberry Pi + OpenCV + Python
7:15
Core Electronics
Рет қаралды 182 М.
Python Face Recognition Tutorial
31:18
Traversy Media
Рет қаралды 626 М.
Why Democracy Is Mathematically Impossible
23:34
Veritasium
Рет қаралды 2 МЛН
Python Face Recognition (Beginner Tutorial)
12:36
Matthew Berman
Рет қаралды 54 М.
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 4 МЛН