AI Virtual Mouse Controller
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.
Dependencies -
Please install all the required dependencies.
- openCV
- mediapipe
- autopy
- numpy
- pandas
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-controller
-
Run the
AIVirtualMouse.py
python file.