Using TensorFlow to translate Sign Language in real-time. Final Release
The Sign Language Translator is my final project for Grade 12 Computer Science and the ⚡#PoweredByTF 2.0 Challenge!. Its purpose is to allow users to communicate more effectively with their computers and other people. To be specific, using this program, you can sign multiple words with one gesture and copy the translated text with the click of a button. Additionally, users can video call each other and talk using gestures that get converted into Computer Speech.
- Hand Gesture Training and Classification
- Prediction works in varying Lighting Conditions
- Retrainable Image Classes
- Translated Text can be Copied to Clipboard
- Cards that display Information about each Gesture
- Video Call functionality
- Text to Speech of translated text
- Minimal stress on memory
- Cohesive Text Styling
- Simple User Interface
- Comprehensive Commenting
Live Sign Translator on https://bit.ly/2CwPvgP
Open index.html
in Chrome.
NOTE: This will disable video call functionality.
To Run on http://localhost:9966/
npm install
npm start