MSc Project - Virtual BSL translation
An online translator from English to British Sign Language. It uses Python NLTK to translate the English string into a gloss format which is then visualised with a virtual avatar. The avatar was created and animated in Blender, and the files are then combined and played back with three.js.
You can view a demo of the project at http://translate.nicmosc.com
git clone https://github.com/nicmosc/BSL.git
cd BSL
pip install -r requirements.txt
python app.py