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.
Steps to run :
- You need to install libraries using this command
pip install os opencv-contrib-python keras tensorflow numpy
-
Copy the code from the two main files :main.py and Augmentation.py
-
Run them using jupyter notebook or any python interpretor .
you can watch the demo of the project here :
Here are some screenshots of output: