Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.29 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.29 KB

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.. :)