Skip to content

the-ericwang35/Sign-Language-Translator

 
 

Repository files navigation

Sign Language Translator

A sign language translator and Tutor on the web.

Plug in your Leap Motion and start learning sign language!

Video Demo

Running Locally

Make sure you have Node.js and the Leap Motion Drivers installed.

$ git clone [email protected]:heroku/Sign-Language-Translator.git # or clone your own fork
$ cd Sign-Language-Translator
$ npm install --global --production windows-build-tools # This part may take awhile
$ npm install
$ npm start

The app should now be running on localhost:5000.

Technicalities

Developed on Windows 10

Node JS v8.9.4

Express Framework

SQL Server 2017 Express

Microsoft Azure Machine Learning

Bing Text to Speech

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.8%
  • HTML 36.5%
  • CSS 23.7%