miniproject

Audio Speech To Sign Language Converter

A Web Application which takes in live audio speech recording as input, converts it into text and displays the relevant Indian Sign Language animations.

Project Demo Video: https://youtu.be/YiHhD0QGrno

Prerequisites

Installation Guide:

These instructions will get you download the project and running on your local machine for development and testing purposes.

Instructions

  1. Open the Downloads folder and then open the terminal.
  2. From the terminal, run the python file using the command “python manage.py runserver ####” (#### optional port number).
  3. From the terminal, it shows localhost address (looks like this “server at http://127.0.0.1:8000/”) run on browser.
  4. Sign up and start exploring.
  5. Click on mic button to record speech.
  6. Speech is going to processed and respective animated outputs are shown accordingly and it also support entered text manually.