https://github.com/aadrianleo/virtual-zoom-with-ai-hand-gesture
Virtual zoom AI hand gestuer project is a AI based project in which you can detect hand and fingers and with the help of your index finger and thumb you can zoom in and out. The project is made using python language.
https://github.com/aadrianleo/virtual-zoom-with-ai-hand-gesture
ai cv2 cv2-library cvzone hand-gesture-recognition hand-gestures hand-recognition handdetection mediapipe mediapipe-hands python virtual-zoom
Last synced: 2 months ago
JSON representation
Virtual zoom AI hand gestuer project is a AI based project in which you can detect hand and fingers and with the help of your index finger and thumb you can zoom in and out. The project is made using python language.
- Host: GitHub
- URL: https://github.com/aadrianleo/virtual-zoom-with-ai-hand-gesture
- Owner: AadrianLeo
- Created: 2022-03-12T17:15:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T17:42:39.000Z (about 3 years ago)
- Last Synced: 2025-02-05T12:46:54.279Z (4 months ago)
- Topics: ai, cv2, cv2-library, cvzone, hand-gesture-recognition, hand-gestures, hand-recognition, handdetection, mediapipe, mediapipe-hands, python, virtual-zoom
- Language: Python
- Homepage: https://github.com/AadrianLeo/Virtual-zoom-with-AI-hand-gesture
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual-zoom-with-AI-hand-gesture
Virtual zoom AI hand gester project is a AI based project in which you can detect hand and fingers and with the help of your index finger and thumb you can zoom in and out.
The project is made using python language.### `python3.8 recommended `
### `if cvzone does not works you can use the HandTrackingModule given in the code by importing the module in the main and using it by change some codes`
The hand tracking module is from [cvzone](https://github.com/cvzone/cvzone).
```bash
pip install cvzone
# and
pip install mediapipe
```
and if any error occurs
```bash
pip install time
# and
pip install math
# and
pip install numpy
# and
pip install os or os-sys
```