nini0309 / youtube_to_isl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text to Indian Sign Language

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

Demo

demo

Tech used

UPDATE

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.

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

About

License:GNU General Public License v2.0


Languages

Language:JavaScript 96.3%Language:Java 1.6%Language:HTML 0.9%Language:XSLT 0.9%Language:CSS 0.1%Language:GLSL 0.1%Language:Python 0.1%Language:Shell 0.0%