No video

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

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

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 😍
@abinjoseph5028
@abinjoseph5028 3 ай бұрын
Great tutorial. Keep going🔥🔥🔥
@dsbrain
@dsbrain 3 ай бұрын
Thank you 😍
@abhinay2004
@abhinay2004 21 күн бұрын
sir what is the accuracy of this project and how do we calculate the accuracy?
@chenithapeduruarachchi3013
@chenithapeduruarachchi3013 Ай бұрын
bro you are the goat
@dsbrain
@dsbrain Ай бұрын
More to come ❤️
@AnsilTM-kf4dq
@AnsilTM-kf4dq 3 ай бұрын
Excellent
@dsbrain
@dsbrain 3 ай бұрын
Thank you
@AbhirupMaiti
@AbhirupMaiti 11 күн бұрын
how can i make it more smooth on my device,it's lagging a bit?please provide me a solution
@dsbrain
@dsbrain 11 күн бұрын
Hi, try the same code maybe in Google colab to see if its hardware issue
@muhammadhamkakadir07
@muhammadhamkakadir07 Ай бұрын
why the package 'util' not be installed?
@dsbrain
@dsbrain 29 күн бұрын
Hi the package is created by myself. Its available in GitHub as told in the video. Sorry for the confusion 😊
@JoeStephenK
@JoeStephenK 3 ай бұрын
Nice tutorial
@dsbrain
@dsbrain 3 ай бұрын
Thank you
@ferozali6391
@ferozali6391 3 ай бұрын
brilliant thank you
@dsbrain
@dsbrain 3 ай бұрын
More to come. Keep supporting 🙏
@ferozali6391
@ferozali6391 3 ай бұрын
@@dsbrain 100%
@tsneemlove1972
@tsneemlove1972 5 күн бұрын
Can you make ai virtual mouse and volume control together please
@dsbrain
@dsbrain 5 күн бұрын
I have already done it. Kindly check the playlist
@tsneemlove1972
@tsneemlove1972 4 күн бұрын
@@dsbrain where ???
@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.
@nikitapoojaxy
@nikitapoojaxy 17 күн бұрын
Hi, just wanted to know which algorithm is used in this?
@dsbrain
@dsbrain 17 күн бұрын
Hi, its using mediapipes built-in hand landmark model.
@nikitapoojaxy
@nikitapoojaxy 16 күн бұрын
@@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.
@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
@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
@MansviGajjar
@MansviGajjar 11 күн бұрын
I am not getting the x, y, z coordinates
@MansviGajjar
@MansviGajjar 11 күн бұрын
I have used the util package which was created by you
@dsbrain
@dsbrain 10 күн бұрын
Kindly comment the error ur facing
@dsbrain
@dsbrain 10 күн бұрын
Try copying the code exactly
@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
@funny8295
@funny8295 2 ай бұрын
Can we run this on pycharm
@dsbrain
@dsbrain 2 ай бұрын
Anywhere
@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 2 ай бұрын
@@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 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
@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 KZbin itself like how to install pycham . mostly you can do it yourself without any problem
@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🤫
@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
@panisher314
@panisher314 26 күн бұрын
Is report available for this
@dsbrain
@dsbrain 25 күн бұрын
Means?
@SanthuChandu-t5k
@SanthuChandu-t5k Ай бұрын
Im getting error sir can u help me clear the error please
@dsbrain
@dsbrain Ай бұрын
What's the error?
@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
@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
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 12 МЛН
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 10 МЛН
КАКУЮ ДВЕРЬ ВЫБРАТЬ? 😂 #Shorts
00:45
НУБАСТЕР
Рет қаралды 3 МЛН
How This New Battery is Changing the Game
12:07
Undecided with Matt Ferrell
Рет қаралды 146 М.
The moment we stopped understanding AI [AlexNet]
17:38
Welch Labs
Рет қаралды 931 М.
AI Pioneer Shows The Power of AI AGENTS - "The Future Is Agentic"
23:47
GraphRAG: The Most Incredible RAG Strategy Revealed
10:38
Mervin Praison
Рет қаралды 31 М.
BUILD A MOUSE USING YOUR EYE - Python Project
28:11
Programming Hero
Рет қаралды 179 М.
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 12 МЛН