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.
Install all the required dependencies.
pip install opencv-python
pip install numpy
pip install autopy
pip install mediapipe
To setup the system for development on your local machine, please follow the instructions below:
-
Clone the repository to your machine
-
Run the
AIVirtualMouse.py
python file.