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.
- Host: GitHub
- URL: https://github.com/adityakumar-2501/ai-virtual-mouse
- Owner: AdityaKumar-2501
- Created: 2024-03-01T07:03:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:19:18.000Z (about 1 year ago)
- Last Synced: 2024-04-08T18:58:35.106Z (about 1 year ago)
- Topics: autopy, handdetection, mediap, ope, python, vitualmouse
- Language: Python
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```