ASL Keyword to Sentence is an interface to help making signing easier for individual ASL users and convert a string of keywords into full sentences. The first component involves using a hand-gesture recognition device (the Myo Armband) to learn ASL signs and be able to convert these gestures into text. The second component involves converting keywords to full sentences (i.e. "take dog outside" will convert to "I will take the dog outside"). Together these two components will help ASL signers to make any ASL-text conversion much easier.
Here is a list of the library and frameworks used to run this program.
get
the module to get the data from the Myo armbandanalyze
the module to traing the data from training modulemyoSign
the module that uses the device listener to give real time prediction of the gesturegesturelistener.h
the new device listener that checks for new gestures taught to the armbandmyoSignApp
app that is used to train theget
module IN PROGRESSdisplayWords
app that is used to display the current word signedmyoTrain
app that is used to display and analyze the data in the folders
Still in progress.