Sample Output of the code:
This repo contains code to train a Neural Network on the American Sign Language Dataset on Kaggle.
Download the model from here
and place it in the model/
folder. That is where our code expects it to be.
The training notebook can be found in the training folder.
There is also an blog for training the model and one for making the inference app.
To run inference, use the webcam_inference.py file. Make you sure you replicate the virtual enviromnemt and install all requirements. Recommended way is to use conda. I provide the conda file requirements.txt for this purpose