An open API service indexing awesome lists of open source software.

https://github.com/adityakumar-2501/ai-virtual-mouse

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.
https://github.com/adityakumar-2501/ai-virtual-mouse

autopy handdetection mediap ope python vitualmouse

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

AI Virtual Mouse

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.

## Prerequisites:

- Python 3.x
- MediaPipe library
- OpenCv
- PyAutoGUI

🛠️ Installation Steps:

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
```