Skip to content

Dev1nW/Sign_language_recognition_final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.