Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 943 Bytes

File metadata and controls

19 lines (13 loc) · 943 Bytes

Sign Language Recognition from LSTM/RNN/GRU

CS 5243 Computer Vision Final Project

By Devin White, An Do, Aaron Daniel

In order to run the code, you need to run the commands below:


    $ pip install tensorflow
    $ pip install numpy
    $ pip install pandas
    $ pip install scikit-learn
    $ pip install matplotlib
    $ pip install seaborn
    $ pip install mediapipe

Code is based on Sign Language Detection using ACTION RECOGNITION with Python | LSTM Deep Learning Model and can all be run in the notebook.

Webpage for project with slides, demonstration images of inferencing, poster and related works can be found here.