Skip to content

WyldWanderer/hand-signal-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Gesture Recognition

This is a boilderplate code repo used to create different geature recognition programs from. You can add different gestures to the recognize_gesture function by computing the distance or angles of the hand on screen (lines 32-37 have a couple examples already set up).

Once your gestures are set up, you can add different triggers in the trigger_action function. There is an example that opens a Google Chrome window when a fist is recognized and can be built off of or changed to trigger whatever process or action you would want.

Yes this will take some tinkering and custom coding but should provide the foundation to build processes that incorporate computer vision elements to help with automating workflows or other tasks.

How To Setup & Run

  1. If you don't have Python installed on your CPU, install it through https://www.python.org/downloads/
  2. Copy this repo to your computer
  3. In the terminal, navigate to the folder for this repo
  4. run pip install -r requirements.txt
  5. Wait for all requirements to be installed (takes some time especially for the cv2 package)
  6. In the terminal, run python main.py

About

OpenCV project to create a hand signal recognition program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages