Sign Language Detection

A project to detect 3 phrases in sign language using LSTM RNN.

Run in colab

Open In Colab

How to use ?

  • You only need the main.ipynb file
  • Run each cell sequentially.

If you are using VScode instead of colab, change the first cell to the following :

#pip install tensorflow tensorflow-gpu opencv-python mediapipe sklearn matplotlib

Basically change the exclamation to a pound.

Screenshots

image image

PS

I personally think the existing model is an overfit mess, but I don't have energy to train it again.