A Summer project that will translate your text to Indian sign Language animations
- Python
- Flask
- Javascript
- Stanza
- Nltk
- Stanford Parser
- SIGML
I have added a dockerfile, now you can run this project in docker without worrying about errors. Steps:
- Download docker and start it
- run
docker compose build
docker compose up
- Now it should be running.
- you can access the project on localhost:8080 when running with docker
Stanford Parser is no longer accessible so please download this zip and paste it where your main.py is. And set JAVA_HOME environment variable and add %JAVA_HOME%\bin in your path variable refer this for more clarity.
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.
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.
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