1006lem / BrnoProject-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hand Gesture Recognition

Deep learning based hand gesture recognition using LSTM and MediaPipie.

Demo video using PingPong Robot

Files

Pretrained model in models directory.

create_dataset.py

Collect dataset from webcam.

train.ipynp

Create and train the model using collected dataset.

test.py

Test the model using webcam or video.

robot.py

Gesture control using PingPong Robot.

Dependency

  • Python 3

  • TensorFlow 2.4

  • sklearn

  • numpy

  • OpenCV

  • MediaPipe

About

License:Apache License 2.0


Languages

Language:Python 53.6%Language:Jupyter Notebook 46.4%