ASLscribe
This project was initialised during Hack MIT 2020 . We decided to make a Sign Language Translator as we felt it as a socially relevant and technically feasible objective. We got a well diverse dataset form kaggle and we started building a CNN and built a model that can understand all the alphabets used in ASL and can help the other person communicate with deaf people. Real time prediction makes this project useful in our lives. Integration with Flask to host this as a web app for others to access escalated the usability.
Here are the resources that we found helpful are listed in the acknowledgements.
click this
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request