A mobile app that interprets sign language (ASL Alphabet) from the user and turns it into text that can be saved as notes.
A collaboration project between Digital Design and Programming students from VFS
- Concept and design done by Pradhiksha Yogasaravanan
- Machine learning and core functionality done by Itzel Salvador.
- UI programming done by Sabastian Peters.
Built using Flutter and TensorFlowLite with samples from Kaggle.
It has been tested to run on both emulated and real devices for Android and iOS.
- download / clone project from git
- open up the project in prefered editor
- the guide should also have instructions for running the app
- in VSCode, press F5 to run the app
flutter run
from the command line should also work