Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aadrianleo/ai-hand-gesture-volume-control
- Owner: AadrianLeo
- Created: 2022-03-14T16:31:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T16:37:05.000Z (almost 3 years ago)
- Last Synced: 2024-10-23T19:27:55.384Z (2 months ago)
- Topics: comtypes, hand-gesture-based-pc-operations, hand-gesture-recognition, hand-gesture-volume-control, opencv, opencv-python, pycaw, python
- Language: Python
- Homepage: https://github.com/AadrianLeo/AI-hand-gesture-volume-control/tree/main
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```