Hand Gesture Detection using mediapipe
- OpenCV
- MediaPipe
- Tensorflow
- Numpy
- Using generating_data.py file you can generate your own training data .. that means giving u freedom to create whatever gesture u want - there is no need for any external data u should download from internet.So you can teach any gesture to your neural network.
- Usinig the training_model.py file you can train your model on the training data
- And finally u can test the generated gesture_model.h5 model (which will be replaced everytime you execute the training_model.py ) using testing.py.