Skip to content

chaitanya1-coder/Voice

 
 

Repository files navigation

Voice

Purpose:

Voice is the next generation video conferrencing app that provides an interface where deaf and non-deaf people can easily understand sign language in real-time.

Usage & Current Functionality:

To use the application is simple - During video calls, they have to point the camera to the sign language speaker, and the application will output the text in real time. Users will be able to translate sign language anytime anywhere.

Video Calling Screen :

This page allows to record and convert american sign language shown by a person into text that other users on call can read it in real time.

Install dependencies and run on your local machine :

NodeJs, Tensorflow and Python should be installed on your machine. Clone the project onto your local machine.

git clone https://github.com/chaitanya1-coder/Voice

Install all the python packages and start server.

cd MODEL
pip install -r requirements.txt
cd ../

To run the web application:

npm i
npm start

The application runs on Chrome/Firefox or any other web browser of your local machine. The server runs on http://localhost:3000/ on your local machine.

Demostration Video

https://youtu.be/QxQzFm7nENU

Future Scope of the project :

Right now this project can convert sign language into text only, Our goal is to convert this text into audio (Voice). We believe with consistency, we may add a reverse convertion feature as well, which will convert voice to sign languange with some graphs and picture representation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.8%
  • Jupyter Notebook 39.7%
  • CSS 5.1%
  • HTML 3.1%
  • Python 0.3%