This project detects hand shapes to output the corresponding ALS alphabet Webcam is used to cature the video and out detection results in realtime
Please refer:
- https://www.youtube.com/watch?v=RuOMUK76-0Q&t=86s (SVM Implementation)
- https://github.com/mjk188/ASL-Translator (Repository for above Project)
Data downloaded from https://www.kaggle.com/datamunge/sign-language-mnist. Data Augmentation techniques were used to further improve accuracy.
- img_prep.py: Programme that does shape transformation and other related procedures to input data for prediction through Neural Network during realtime application
- mobiletrain.py: Notebook For training model
- model.h5: trained MobileNet model
- Masin_ASL_Prediction_App.ipynb: Main application programme. Run this programme to
launch application.