Skip to content

Commit 6706b9d

Browse files
committed
Add README.md
1 parent fd8ebed commit 6706b9d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Introduction
2+
3+
Gesture Controlled Volume is an interactive Python project that allows you to control your computer's audio volume using hand gestures detected by your camera. It combines computer vision, hand tracking, and audio control to provide a unique and intuitive way to adjust audio settings.
4+
5+
## Features
6+
7+
- Real-time hand tracking using the MediaPipe library.
8+
- Interactive volume control based on the distance between two fingers.
9+
- Visual feedback on the video feed for a user-friendly experience.
10+
11+
## Requirements
12+
13+
To run Gesture Controlled Volume, you need the following:
14+
15+
- Python 3.x
16+
- OpenCV
17+
- MediaPipe
18+
- NumPy
19+
- pycaw
20+
21+
You can install these dependencies using the provided `requirements.txt` file.

0 commit comments

Comments
 (0)