Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aadrianleo/ai-hand-gesture-volume-control

AI hand gester mouse project is a AI based project in which you can assess the volume control with gestures without physically touching the mouse or the system. This project detects the hand and counts the fingers with the first finger up and thumb up all fingers down you can change the volume up and down and with pink finger up with index finger and thum it locks the volume to the specific volume give by the gesture. The project is made using python language.
https://github.com/aadrianleo/ai-hand-gesture-volume-control

comtypes hand-gesture-based-pc-operations hand-gesture-recognition hand-gesture-volume-control opencv opencv-python pycaw python

Last synced: 11 days ago
JSON representation

AI hand gester mouse project is a AI based project in which you can assess the volume control with gestures without physically touching the mouse or the system. This project detects the hand and counts the fingers with the first finger up and thumb up all fingers down you can change the volume up and down and with pink finger up with index finger and thum it locks the volume to the specific volume give by the gesture. The project is made using python language.

Awesome Lists containing this project

README

        

# AI hand gesture volume control

AI hand gester mouse project is a AI based project in which you can assess the volume control with gestures without
physically touching the mouse or the system. This project detects the hand and counts the fingers with the first finger up and thumb up
all fingers down you can change the volume up and down and with pink finger up with index finger and thum it locks the volume to the specific volume give by the gesture.
The project is made using python language.

### `python3.8 recommended `

```bash
pip install cv2
# and
pip install mediapipe
# and
pip install comtypes
# and
pip install pycaw
# and
pip install ctypes
```
and if any error occurs
```bash
pip install time
# and
pip install math
# and
pip install numpy
```