<<<<<<< HEAD This is a simple gesture recognition script using Deep Learning.
For Python 2: Run ./RequirementsPy2.sh
For Python 3: Run ./RequirementsPy3.sh
Also Install Open CV
Run
python Recognize_Gesture.py
Created a model to identify custom gestures trained on self - created dataset using deep learning. Technical stack used : OpenCV, Convolutional Neural Networks, Keras, Numpy, Python