Developed an AI-based system to control the mouse cursor using Python and OpenCV with the real-time camera. Fingertip location is mapped to RGB images to control the mouse cursor.
Last updated Jun 4, 2026
100
Stars
40
Forks
7
Issues
0
Stars/day
Attention Score
18
Language breakdown
Python 100.0%
โธ Files
click to expand
README
AI Virtual Mouse
Developed an AI-based approach for controlling the mouse movement using Python and openCV with real-time camera that detects hand landmarks, tracks gesture patterns instead of a physical mouse.
Dependencies -
Please install all the required dependencies.
- openCV - (For image processing and drawing)
- mediapipe - (For Hand Tracking)
- autopy - (For controlling the mouse movement and click)
- numpy
Installation
To setup the system for development on your local machine, please follow the instructions below:
- Clone the repository to your machine
git clone https://github.com/ravigithub19/ai-virtual-mouse.git
- Run the
python file..py
๐ More in this category