An AI-based application which let us control the mouse cursor by moving finger in Air .
- OpenCV (for image processing and drawing)
- Mediapipe (for Hand Tracking)
- PyAutoGui (for controlling mouse movement and click)
- Numpy
- You should install python version 3.7 or more
- Import all modules required for the project using this command
pip install <module name>
- Can Move Your Cursor corresponding to your Index finger movement
- Can track your hand in real-time
-
This project is a use case of Hand Tracking technology.
-
As soon as the user shows up his hand in the camera the application detects it & draws a bounding box around the hand.
-
If User shows only Index Finger than he/she can Move Cursor.
-
To Click, User's Index and Middle finger both should be Up simultaneously.
Feel free to file a new issue with a respective title and description on the AI-Virtual-Mouse. If you already found a solution to your problem, I would love to review your pull request!
- Clone the repository
$git clone https://github.com/Aayush9027/AI-Virtual-Mouse.git
- Check the status of your file
$git status
3.For using VScode for editing your files
$git code .
- To directly add your files to github
$git add .
- After writing your code commit your changes
$git commit -m <message>
- To push your code to reposoitory
$git push origin master
Thats all about installation and version control with Git