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.
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.
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.
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.
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.