SignDetect
- 0 Collaborators
This application is developed to help speechless people interact with others with ease. It detects voice and converts the input speech into a sign language based video. ...learn more
Project status: Published/In Market
Overview / Usage
SignDetect
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.
Installation
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
Prerequisites
What things you need to install the software and how to install them
Python (>=Python 3.0)
Node
Flask
Running the Platform
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.)
Methodology / Approach
- https://handspeak.com/word/ for public repo of sign videos.
- Made with ♥ during Mumbai Hackathon 2018 in 24 hrs.
Technologies Used
[Python]
[Node]
[Flask]