dipesg / Volume-Control-By-Gesture

Python script to control volume by detectiing hand using opencv-python library and mediapipe framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volume-Control-By-Gesture

This is a simple python script which demonstrate how volume can be controlled by detecting hand using Mediapipe Framework to detect hand, ctypes, comtypes, pycaw and opencv-python.

Demo

v1

v2

v3

How to Run?

Clone the repository.

git clone https://github.com/dipesg/Volume-Control-By-Gesture.git

Create virtual environment.

conda create -n venv python=3.7 -y

Activate Virtual environment.

conda activate venv

Install required dependencies.

pip install -r requirements.txt

Run the file in the command prompt.

python run VolumeControl.py

Technologies Used

About

Python script to control volume by detectiing hand using opencv-python library and mediapipe framework.

License:MIT License


Languages

Language:Python 100.0%