Diwas524 / Volume-Control-using-gesture

learn how to use Gesture Control to change the volume of a computer

Home Page:https://diwaspandey.com.np

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volume control system using gestures

In this project we are going to learn how to use Gesture Control to change the volume of a computer. We first look into hand tracking and then we will use the hand landmarks to find gesture of our hand to change the volume.

Features

  • Can change your computer's volume based on your hand activity
  • Can track your hand in real-time

How to use?

Step 1: Clone this repository on your local computer

git clone https://github.com/Diwas524/Volume-Control-using-gesture.git

Step 2: Install all the requirements

pip install -r requirements.txt

Step 3: Run the program

python ctrl.py

Note: You might have to wait for sometime usually 1-2 minutes for program to start and work properly.

Video of output

https://www.instagram.com/p/CQIK9dWgkMZ

Special help

You might face issue with webcam not showing or something related to webcam. To solve it just change the value/webcam from python files.

cv2.VideoCapture(0)

You can increment the number 0 until you see your webcam.

If you like my programs then do follow me on instagram!

https://www.instagram.com/aihub_/

About

learn how to use Gesture Control to change the volume of a computer

https://diwaspandey.com.np


Languages

Language:Python 71.4%Language:Jupyter Notebook 28.6%