shoebham / text_to_isl

A Summer project that converts text to Indian Sign language through animation
GNU General Public License v2.0
16 stars 6 forks source link
indian-sign-language nlp nltk sigml sign-language stanford-parser stanza

Text to Indian Sign Language

A Summer project that will translate your text to Indian sign Language animations

Demo

demo

Tech used

UPDATE 26th Feb 2024

I have added a dockerfile, now you can run this project in docker without worrying about errors. Steps:

Installation

This project needs flask and python to run.

Install the dependencies and start the server.

pip install -r requirements.txt
pip install spacy
python main.py

After running main.py stanford parser will be downloaded you may run into some errors related to classpath of java, google them they shouldn't be so hard to fix Open the browser and go to http://127.0.0.1:5000/ and see the project in action.

NOTE

The project uses SIGML files for animating the words and they may not be accurate as making SIGML through HamNoSys is a long and tedious task and whoever made the sigml files which this project uses may not be accurate.

Credits

Word reordering and stanford parser download logic: - https://github.com/sahilkhoslaa/AudioToSignLanguageConverter

https://github.com/human-divanshu/Text-to-Sign-Language

SIGML player: - https://vh.cmp.uea.ac.uk/index.php/CWA_Signing_Avatars