In this repository I am developing an AI virtual mouse that uses the OpenCV and MediaPipe libraries to detect the fingertips of the hand and record the hand movements in real time. You can use your fingers and a laptop camera to accomplish mouse functions without actually using a physical mouse.
- Python 3.x
- MediaPipe library
- OpenCv
- PyAutoGUI
1. Clone this repository
git clone https://github.com/AdityaKumar-2501/AI-Virtual-Mouse.git
2. Install the required packages
pip install -r requirements.txt
3. Run the Python Script
python main.py