AI Advanced Drone Course Overview
0:47
AI Facial Attendance Website Code
12:10
Math with Gestures using AI
55:24
5 ай бұрын
What's New in ChatGPT-4o ?
8:05
6 ай бұрын
Image To Caption - AI APP
9:06
10 ай бұрын
AI App - Photo Semantic Finder
3:11
Пікірлер
@natureloverJ
@natureloverJ 2 сағат бұрын
Thanks Murtaza! python 3.11.7 tensorflow 2.12.1 mediapipe 0.10.18 opencv-python 4.10.0.84 This setup worked for me for this application.
@viral_tk
@viral_tk 7 сағат бұрын
hi sir, thank you for the video. sir can you upload the the video and the code of correct parking and incorrect parking please. it would be a great help for my project if you do it.
@abdiasishassanahmed8426
@abdiasishassanahmed8426 14 сағат бұрын
The is os nice but you make three paid versiona just make it one all of this component part and put it one price instead of basic ,advance and pro
@prabhatadvait6171
@prabhatadvait6171 Күн бұрын
Your Tutorial is really nice , but i am not able to download the header file , it's saying that request Url not found
@Ricalor-m4h
@Ricalor-m4h 2 күн бұрын
🤣
@aimenaymen8692
@aimenaymen8692 2 күн бұрын
hi thank you for this great course, can you provide a link for offline download for your videos?
@fathymohamed4312
@fathymohamed4312 2 күн бұрын
Could u plz make a tutorial of detecting object from satellite imagery
@LandusBakasima
@LandusBakasima 2 күн бұрын
Teach us computer vision for traffic violation monitoring
@Krishnabhaktdevotion
@Krishnabhaktdevotion 2 күн бұрын
My fave recognition is not gertting installed error in dlib package showing any solution please do let me know please guys
@Kali_nuxx
@Kali_nuxx 2 күн бұрын
Dear Murtaza, I am also a computer teacher, I must say that you are doing good work on youtube, you provide very valuable information, thank you very much for this, but there is a reality of Kurdistan, the territory of which is shared between four occupying states. Long live Balochistan and Kurdistan 😊💚❤️☀️✌🏼 🖥 💾💿📀 💻
@SayedaBegam-tp2uh
@SayedaBegam-tp2uh 3 күн бұрын
Can you fix this error ModuleNotFoundError: No module named 'mediapipe' but I have already mediapipe .
@sharingforhappiness6942
@sharingforhappiness6942 3 күн бұрын
Great initiative
@anantchandak9574
@anantchandak9574 3 күн бұрын
Can u make this like in 2 parts. I mean one would be free, just their tell us how to build hardware and how to connect our code to it and all modules etc in this. Part 2 which would be paid and their would be all of codes u created in it and make it more functional.
@anantchandak9574
@anantchandak9574 3 күн бұрын
Dont make it fully paid cant buy anything for now
@rizkydermawan408
@rizkydermawan408 Күн бұрын
😂
@irfansaeedkhan7242
@irfansaeedkhan7242 3 күн бұрын
this is amazing man,,,,
@nafisiqbal2k20
@nafisiqbal2k20 3 күн бұрын
🎉fantastic
@AsadKhan-bd6et
@AsadKhan-bd6et 3 күн бұрын
I am also waiting for this course.
@cseeasy9023
@cseeasy9023 3 күн бұрын
Waiting for this course 🎉🎉❤❤
@hassaankhalid493
@hassaankhalid493 3 күн бұрын
First view
@andreipatrasca3284
@andreipatrasca3284 3 күн бұрын
where can i get the mods and background?
@zoterodisuke4398
@zoterodisuke4398 3 күн бұрын
Is it possible to do this but for fullbody?
3 күн бұрын
Exelent!!
@dawna2011
@dawna2011 4 күн бұрын
The numpy module have an issue with this code. I doesn't my numpy to downgrade to lower version. How do I do?
@Anna_-1111
@Anna_-1111 4 күн бұрын
thanks for your video ! do I need any dataset to do this project? can we use dataset?
@deepak0606
@deepak0606 5 күн бұрын
which software are you using for this project?
@vijay92892
@vijay92892 5 күн бұрын
What is this headace with installing autopy
@cacadoomed
@cacadoomed 6 күн бұрын
is this using tensorflow?
@yosuftani9965
@yosuftani9965 8 күн бұрын
what is the software name?
@vijay92892
@vijay92892 8 күн бұрын
lmList _ = detector.findPosition(img) this is giving error as - not enough values to unpack
@bakarali1818
@bakarali1818 9 күн бұрын
Completed the project What an amazing experience Thanks a lot for making this incredible course
@MoeinNorouzi-m3p
@MoeinNorouzi-m3p 9 күн бұрын
Hello sir, don't be tired Sorry, I had a question for you First, about this Gesture Volume Control project OpenCV Python | Computer Vision Don't be bored, I tell you I am going forward with this project according to your steps, but I am facing a problem during execution If possible, please guide me The error is as follows: Traceback (most recent call last): File "G:\AI_Class\HomeWork\AI_Finger_Control_Audio\Volume_Hand_Contorl.py", line 12, in <module> detector=HandTrackingModule.handDetector() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\AI_Class\HomeWork\AI_Finger_Control_Audio\HandTrackingModule.py", line 22, in __init__ self.hands = self.mpHands.Hands(self.mode, self.maxHands, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\AI_Class\HomeWork\AI_Finger_Control_Audio\.venv\Lib\site-packages\mediapipe\python\solutions\hands.py", line 114, in __init__ super().__init__( File "G:\AI_Class\HomeWork\AI_Finger_Control_Audio\.venv\Lib\site-packages\mediapipe\python\solution_base.py", line 260, in __init__ name: self._make_packet(self._side_input_type_info[name], data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^ File "G:\AI_Class\HomeWork\AI_Finger_Control_Audio\.venv\Lib\site-packages\mediapipe\python\solution_base.py", line 571, in _make_packet return getattr(packet_creator, 'create_' + packet_data_type.value)(data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ TypeError: create_int(): incompatible function arguments. The following argument types are supported: 1. (arg0: int) -> mediapipe.python._framework_bindings.packet.Packet Invoked with: 0.5 Process finished with exit code 1
@Anonymousamanga
@Anonymousamanga 9 күн бұрын
Sir could you plz give the codee
@manyamishra687
@manyamishra687 9 күн бұрын
I'm facing problem in installing dlib library..please help
@SSLLLOGO
@SSLLLOGO 9 күн бұрын
Tutorial.....
@spaceexplorers8209
@spaceexplorers8209 9 күн бұрын
x1, y1 = lmList[4][1], lmList[4][2] IndexError: tuple index out of range
@moebiuse9032
@moebiuse9032 9 күн бұрын
hi, where to get the github repo?
@StraightIntoMoney
@StraightIntoMoney 9 күн бұрын
How can I play this game? I want to shoot Nerf at balloons thank you
@rahulpopli3465
@rahulpopli3465 10 күн бұрын
Is storage in firebase is paid? i am not able to use it
@Y21CM063-VIVEKVeeravalli-u
@Y21CM063-VIVEKVeeravalli-u 10 күн бұрын
How it will helpful in reallife
@mushfiquesajir4307
@mushfiquesajir4307 10 күн бұрын
can you kindly share the design details of upper chasis
@sandipbanerjee4989
@sandipbanerjee4989 10 күн бұрын
Is it possible with DJI mini 2 drone
@kotai12
@kotai12 11 күн бұрын
Why do people add the gta videos it's very distracting
@Marsels1010
@Marsels1010 11 күн бұрын
Woke up 3 am watching this video😂😂😂
@FaresKhair-j3t
@FaresKhair-j3t 12 күн бұрын
what if i didnt find that drone in my country ??
@xno_elysiumx3744
@xno_elysiumx3744 13 күн бұрын
Where can i get the images from? i looked at the Lessons on the web side and could not find any images to download.
@para_arriba
@para_arriba 13 күн бұрын
does this detect fake ai avatars
@kapilraut3763
@kapilraut3763 13 күн бұрын
Where can I get the code to save and collect images
@joshuaantonio7594
@joshuaantonio7594 14 күн бұрын
what the model of your camera that you've been used?
@setfacts1144
@setfacts1144 14 күн бұрын
From where we find dataset???
@gmit_official
@gmit_official 14 күн бұрын
code for that robot \
@hasanemon859
@hasanemon859 14 күн бұрын
hey sir , is there any how to make this drone video on your channel