Skip to content

Kaushal-Dhungel/hand_gesture_media_player

Repository files navigation

Controlling Media Player Using Gestures.

Watch Demo Here

Info

This program recognises hand gestures and controls the media player accordingly. This is done using pyautogui library which helps to press keys to perform operations like volume up/down, forward, reverse etc. The model is trained using the Squeezenet Model and the accuracy is almost 100%.

Gestures:-

  1. Volume Down

down

  1. Volume Up

up

  1. Fast Forward

right

  1. Reverse

left.

Set up instructions

  1. Clone the repo.
$ git clone https://github.com/Kaushal-Dhungel/hand_gesture_media_player.git
  1. Install the dependencies
$ pip install -r requirements.txt
  1. Collect images for training.
$ python3 gather_images.py
  1. Train the model
$ python3 train.py
  1. Run the media player and control it using the hand gestures.
$ python3 play.py

Enjoy.. :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages