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.
This repository is based from https://github.com/ravigithub19/ai-virtual-mouse and i modified with add Scroll Mouse and Click Hold Mouse.
- Git (Download Here)
- Python 3.6 (Download Here)
To setup the system for development on your local machine, please follow the instructions below:
Make sure you have installed python3 on your machine.
-
Clone the repository to your machine
$ git clone https://github.com/FAHRIZTX/AI-Virtual-Mouse.git $ cd AI-Virtual-Mouse
-
Install all the required dependencies by Run
$ python3 -m pip install -r requirements.txt
-
Run the python file.
$ python3 AIVirtualMouse.py