Virtual Mouse Using Hand Gesture Recognition | AI Mouse | OpenCV Virtual Mouse | MediaPipe

  Рет қаралды 8,411

Data Science Brain

Data Science Brain

Күн бұрын

Пікірлер: 78
@joselijoseph52
@joselijoseph52 3 ай бұрын
Great information sir👏🏻🥰
@dsbrain
@dsbrain 3 ай бұрын
Thank you 😍💗
@jenil16
@jenil16 3 ай бұрын
Wow....awesome
@dsbrain
@dsbrain 3 ай бұрын
Thank you 🙏. More to come. Keep supporting
@jenil16
@jenil16 3 ай бұрын
@@dsbrain yup....sure
@AbhirupMaiti
@AbhirupMaiti 3 ай бұрын
Brilliant..Thanks a lot😄
@dsbrain
@dsbrain 3 ай бұрын
More to come. Keep supporting 🙏
@IshaOffice
@IshaOffice 2 ай бұрын
Nice information sir 🤩
@dsbrain
@dsbrain 2 ай бұрын
Thank you 😍
@abhinay2004
@abhinay2004 22 күн бұрын
sir what is the accuracy of this project and how do we calculate the accuracy?
@abinjoseph5028
@abinjoseph5028 3 ай бұрын
Great tutorial. Keep going🔥🔥🔥
@dsbrain
@dsbrain 3 ай бұрын
Thank you 😍
@AnsilTM-kf4dq
@AnsilTM-kf4dq 3 ай бұрын
Excellent
@dsbrain
@dsbrain 3 ай бұрын
Thank you
@AbhirupMaiti
@AbhirupMaiti 12 күн бұрын
how can i make it more smooth on my device,it's lagging a bit?please provide me a solution
@dsbrain
@dsbrain 12 күн бұрын
Hi, try the same code maybe in Google colab to see if its hardware issue
@JoeStephenK
@JoeStephenK 3 ай бұрын
Nice tutorial
@dsbrain
@dsbrain 3 ай бұрын
Thank you
@chenithapeduruarachchi3013
@chenithapeduruarachchi3013 Ай бұрын
bro you are the goat
@dsbrain
@dsbrain Ай бұрын
More to come ❤️
@muhammadhamkakadir07
@muhammadhamkakadir07 Ай бұрын
why the package 'util' not be installed?
@dsbrain
@dsbrain Ай бұрын
Hi the package is created by myself. Its available in GitHub as told in the video. Sorry for the confusion 😊
@tsneemlove1972
@tsneemlove1972 6 күн бұрын
Can you make ai virtual mouse and volume control together please
@dsbrain
@dsbrain 6 күн бұрын
I have already done it. Kindly check the playlist
@tsneemlove1972
@tsneemlove1972 6 күн бұрын
@@dsbrain where ???
@ferozali6391
@ferozali6391 3 ай бұрын
brilliant thank you
@dsbrain
@dsbrain 3 ай бұрын
More to come. Keep supporting 🙏
@ferozali6391
@ferozali6391 3 ай бұрын
@@dsbrain 100%
@nikitapoojaxy
@nikitapoojaxy 18 күн бұрын
Hi, just wanted to know which algorithm is used in this?
@dsbrain
@dsbrain 18 күн бұрын
Hi, its using mediapipes built-in hand landmark model.
@nikitapoojaxy
@nikitapoojaxy 17 күн бұрын
@@dsbrain It could be a silly question, but i want to know that is landmark model the same as algorithm. In our college they have asked to use algorithm. (K means, cnn, etc). Could you please enlighten me with it? I am getting confused.
@Vallepuhema
@Vallepuhema Ай бұрын
anna i tried the code that is showing that util module is not defined
@dsbrain
@dsbrain Ай бұрын
Hi, util is a custom module. You can download it from the GitHub repo. Link is in description
@saikumarduddeda2388
@saikumarduddeda2388 Ай бұрын
bro can you please tell about the scrolling action using virtual mouse
@deepakjose9889
@deepakjose9889 Ай бұрын
I actually did it in the intial version of teh project but to controll it precisely would take some time hence avoided it in the final verison. What you can do is, you can make scroll action when the palms are closed and opened. Get those gestures and apply scroll. You can identify the gesture suing our diatnace formulas between tip of the fingers and the bottom of the palm. Or the angle of the fingers.
@KiritJain-ww4zk
@KiritJain-ww4zk 2 ай бұрын
My mouse is moving in the inverted left and right direction why is that happening can somebody explain me
@dsbrain
@dsbrain 2 ай бұрын
Could be because you didn't do the code where we mirroring the camera
@dsbrain
@dsbrain 2 ай бұрын
Kindly get the code from description
@sahiljanjua2276
@sahiljanjua2276 3 ай бұрын
For the screenshot statement My random is giving an error in label
@dsbrain
@dsbrain 3 ай бұрын
Hi what's the error. Kindly comment it down
@MansviGajjar
@MansviGajjar 12 күн бұрын
I am not getting the x, y, z coordinates
@MansviGajjar
@MansviGajjar 12 күн бұрын
I have used the util package which was created by you
@dsbrain
@dsbrain 12 күн бұрын
Kindly comment the error ur facing
@dsbrain
@dsbrain 12 күн бұрын
Try copying the code exactly
@METejasjaiswal
@METejasjaiswal 3 ай бұрын
Sir i am new in this field how do i run the project i had taken the github code
@dsbrain
@dsbrain 3 ай бұрын
Hi you have to do all the package installations. Kindly watch the full tutorial.
@METejasjaiswal
@METejasjaiswal 3 ай бұрын
@@dsbrain can u please tell me in short i don’t have much time so please it will be very much appreciated
@dsbrain
@dsbrain 3 ай бұрын
@@METejasjaiswal Install all the below packages: cv2 mediapipe pyautogui random util pynput Then just downlaod both the .py files from github and run the main.py file. Thats all
@manishsonar8839
@manishsonar8839 Ай бұрын
Sir pls tell how to install pakages in jupyter notebook
@deepakjose9889
@deepakjose9889 Ай бұрын
Hi since you are using jupyter im assuming you have installed anaconda. In this case there's a base environment in which you are working by default and you can create your on environment in anaconda. You can use pip or conda commands to install packages in these environments. Just search "pip 'package name' " in Google. Or conda and package name
@pranavpl8161
@pranavpl8161 Ай бұрын
in pycham i get error Traceback (most recent call last): File "C:\Users\Dell\Desktop\pycham project\AI Mouse\main.py", line 6, in from pynput.mouse import Button, Controller ModuleNotFoundError: No module named 'pynput'
@dsbrain
@dsbrain Ай бұрын
You might have not installed the Library
@pranavpl8161
@pranavpl8161 Ай бұрын
@@dsbrain fixed it but I have a question which python version is more stable
@Vishavjeet-9888
@Vishavjeet-9888 Ай бұрын
hey i am vishu i want to know how did you installed pycham i dont have license to get started
@pranavpl8161
@pranavpl8161 Ай бұрын
@@Vishavjeet-9888 its free to install still you find difficult to install search in KZfaq itself like how to install pycham . mostly you can do it yourself without any problem
@manishsonar8839
@manishsonar8839 Ай бұрын
Sir i want to connect pycharm and python? Pls Reply I am new in this
@dsbrain
@dsbrain Ай бұрын
You can do it in several ways. What i did was installing anaconda. Then create an environment and installed all libraries there. Then in pycharm python interpreter i chose that environment. You can just search and find many videos explaining how to do the same
@manishsonar8839
@manishsonar8839 Ай бұрын
Sir i installed all pakages but I don't know how to install util
@dsbrain
@dsbrain Ай бұрын
Hi util is downloadable from GitHub link i have provided. Its an external file created by myself. Check the GitHub link
@manishsonar8839
@manishsonar8839 Ай бұрын
How to install util pakage
@funny8295
@funny8295 2 ай бұрын
Can we run this on pycharm
@dsbrain
@dsbrain 2 ай бұрын
Anywhere
@DevModeOn4648
@DevModeOn4648 2 ай бұрын
Sir Can I get the documentation guide
@dsbrain
@dsbrain 2 ай бұрын
Hi the code is provided in the description. Documentation guide is shared with our exclusive instagram subscribers. A tip for you is to copy the code, paste in ChatGpt and you would get full explanation for free🤫
@panisher314
@panisher314 27 күн бұрын
Is report available for this
@dsbrain
@dsbrain 26 күн бұрын
Means?
@SanthuChandu-t5k
@SanthuChandu-t5k Ай бұрын
Im getting error sir can u help me clear the error please
@dsbrain
@dsbrain Ай бұрын
What's the error?
@pranavpl8161
@pranavpl8161 Ай бұрын
Python version is an issue i think to install media pipe
@dsbrain
@dsbrain Ай бұрын
Did you figured out the issue?
@pranavpl8161
@pranavpl8161 Ай бұрын
@@dsbrain yes changed python version & downgrade mediapipe version then it works
@manishsonar8839
@manishsonar8839 Ай бұрын
Sir which code editor you are using
@dsbrain
@dsbrain Ай бұрын
In this tutorial i have used both jupyter notebook and vscode
@manishsonar8839
@manishsonar8839 Ай бұрын
Sir can i use pycharm
@dsbrain
@dsbrain Ай бұрын
Sure you can
Son ❤️ #shorts by Leisi Show
00:41
Leisi Show
Рет қаралды 10 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 110 МЛН
Harley Quinn's desire to win!!!#Harley Quinn #joker
00:24
Harley Quinn with the Joker
Рет қаралды 16 МЛН
BUILD A MOUSE USING YOUR EYE - Python Project
28:11
Programming Hero
Рет қаралды 179 М.
Linux from Scratch
2:35:42
Titus Tech Talk
Рет қаралды 149 М.
This is why Deep Learning is really weird.
2:06:38
Machine Learning Street Talk
Рет қаралды 382 М.
The Turing Lectures: The future of generative AI
1:37:37
The Alan Turing Institute
Рет қаралды 588 М.
ChatGPT for Data Analytics: Full Course
3:35:30
Luke Barousse
Рет қаралды 251 М.
Son ❤️ #shorts by Leisi Show
00:41
Leisi Show
Рет қаралды 10 МЛН