This is the code for Sign Language Detection.
- Run app.py, an UI will appear.
- Click on "webcam" button at the end of page.
- Web-Cam will open, do the appropriate gesture and ouput is shown parallely.
Data is avialable on kaggle https://www.kaggle.com/datamunge/sign-language-mnist
- model_building.py contains code to build the Deep Learning model. Here, we used CNN to build model using Keras.
- After model completion, it is saved in CNNmodel.h5 file.
- app.py contains front end, it captures user's gesture and pass it to the model for prediction.