Giter VIP home page Giter VIP logo

audiotosignlanguageconverter's Introduction

Audio to Sign Language Translator

A web based application which accepts Audio/ Voice as input and converts it to corresponding Sign Language for Deaf people. The interface works in two phases,

  • First, recognizes speech and converts it to text using JavaScript Web Speech API
  • Secondly, uses Machine based translation to translate English into ISL based grammar. Semi-structured parse tree of English text is modified to represent parse tree of ISL based on bi-linguistic rules.

Scrrenshot

Installation Guide

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python >= 2.7
  • Browser supports Web Speech API

Installing

  • Git clone repository
  • Download all required packages for running python script server.py
  • Download the zip : Stanford Parser
  • Extract the zip file into a Directory. Don't rename it and place the directory inside 'AudioToSignLanguageConverter' directory where all files like server.py etc are present.
  • Host the index.html in localhost or your own server to see avatar in action as it requires calls over http to download meta data else you may encouter some issue which can be inspected through console log.
  • Make sure you are using Google Chrome.

Running the code

  • Run flask application server.py in localhost or server. Running server.py first time takes too long as it downloads Stanford-Parser over HTTP. Make sure you are connected to internet.
  • Run index.html in browsers

Say something!! (The code will parse your speech and avatar will enact your phrase.)

Authors

See the list of contributors who participated in this project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.