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

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.

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