AI-based System to control the mouse cursor using Python and OpenCV library with real-time input using a camera or webcam. The fingertip location is mapped to RGB images to control the mouse cursor.
Install all the required dependencies mentioned below to run the project on your system
- Python3
Python Libraries required
- mediapipe
- openCV
- autopy
- numpy
- pandas
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/lk221b/Virtual-Mouse
- Execute the '''AIVirtualMouse.py''' python file.