Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.11 KB

Gesture_Recognition

This is a gesture recognition project . It recognizes the signed input for model . It basically uses opencv for Image data collection and testing . Keras library is used for augmentation of data , model creation and saving . As an example GestureRecognitionfor2Signs.ipynb file is provied to show how the code runs.

Hosting

Steps to run :

  1. You need to install libraries using this command
  pip install os opencv-contrib-python keras tensorflow numpy
  1. Copy the code from the two main files :main.py and Augmentation.py

  2. Run them using jupyter notebook or any python interpretor .

you can watch the demo of the project here :

Demo

https://youtu.be/YQw7kbFhJBM

Here are some screenshots of output:

Screenshots

App Screenshot App Screenshot App Screenshot