This application is developed to help deaf people interact with others with ease. It detects voice and converts the input speech into a sign language based video.
- From the root of the repository run
pip install -r requirements.txt
- Deploy the flask endpoint by running
python main.py
. This will host the flask endpoints at localhost:6789 - Deploy node server by running
node index.js
. - Access the UI from the browser at http://localhost:8000
What things you need to install the software and how to install them
- Python (>=Python 3.0)
- Node
- Flask
- Run python main.py
- Record your voice for 5 seconds.
- wait for the processing to be done.
- The Video will be played in default video player (It should support .mp4 videos.)
- [Python]
- [Node]
- [Flask]
- Sign language recognition via image processing and deep learning and converting it to text and speech.
- Full Fledged platform for 2 way interaction to be developed.
- Salil Gautam - salil-gtm
- Shubham Verma - shubhamverma27
- Nishant Gore - NishantGore
This project is licensed under the MIT License - see the LICENSE.md file for details
- https://handspeak.com/word/ for public repo of sign videos.
- Made with ♥ during Mumbai Hackathon 2018 in 24 hrs.