All Projects → salil-gtm → SignDetect

salil-gtm / SignDetect

Licence: other
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.

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to SignDetect

Phomeme
Simple sentence mixing tool (work in progress)
Stars: ✭ 18 (-14.29%)
Mutual labels:  voice, speech
spokestack-android
Extensible Android mobile voice framework: wakeword, ASR, NLU, and TTS. Easily add voice to any Android app!
Stars: ✭ 52 (+147.62%)
Mutual labels:  voice, speech
voice-based-email-for-blind
Emailing System for visually impaired persons
Stars: ✭ 35 (+66.67%)
Mutual labels:  voice, speech
opensource-voice-tools
A repo listing known open source voice tools, ordered by where they sit in the voice stack
Stars: ✭ 21 (+0%)
Mutual labels:  voice, speech
Avpi
an open source voice command macro software
Stars: ✭ 130 (+519.05%)
Mutual labels:  voice, speech
VAD-LTSD
Efficient voice activity detection algorithm using long-term speech information
Stars: ✭ 37 (+76.19%)
Mutual labels:  voice, speech
web-speech-demo
Learn how to build a simple text-to-speech voice app for the web using the Web Speech API.
Stars: ✭ 19 (-9.52%)
Mutual labels:  voice, speech
Pocketsphinx Python
Python interface to CMU Sphinxbase and Pocketsphinx libraries
Stars: ✭ 298 (+1319.05%)
Mutual labels:  voice, speech
Annyang
💬 Speech recognition for your site
Stars: ✭ 6,216 (+29500%)
Mutual labels:  voice, speech
Speech Emotion Analyzer
The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
Stars: ✭ 633 (+2914.29%)
Mutual labels:  voice, speech
Voice Gender
Gender recognition by voice and speech analysis
Stars: ✭ 248 (+1080.95%)
Mutual labels:  voice, speech
React Native Dialogflow
A React-Native Bridge for the Google Dialogflow (API.AI) SDK
Stars: ✭ 182 (+766.67%)
Mutual labels:  voice, speech
anycontrol
Voice control for your websites and applications
Stars: ✭ 53 (+152.38%)
Mutual labels:  voice, speech
ventib
📈 Ventib records your voice, transcribes it in realtime, and performs speech pattern analysis to give you objective statistics about how you speak.
Stars: ✭ 43 (+104.76%)
Mutual labels:  speech
eidos-audition
Collection of auditory models.
Stars: ✭ 25 (+19.05%)
Mutual labels:  speech
pytorch-pcen
PyTorch reimplementation of per-channel energy normalization for audio.
Stars: ✭ 80 (+280.95%)
Mutual labels:  speech
wav2vec2-live
A live speech recognition using Facebooks wav2vec 2.0 model.
Stars: ✭ 205 (+876.19%)
Mutual labels:  speech
tgcalls
Voice chats, private incoming and outgoing calls in Telegram for Developers
Stars: ✭ 408 (+1842.86%)
Mutual labels:  voice
NBSS
The official repo of "Multi-channel Narrow-band Deep Speech Separation with Full-band Permutation Invariant Training", "Multichannel Speech Separation with Narrow-band Conformer" and "NBC2: Multichannel Speech Separation with Revised Narrow-band Conformer".
Stars: ✭ 77 (+266.67%)
Mutual labels:  speech
txt2speech
Convert text to speech using Google Translate API
Stars: ✭ 38 (+80.95%)
Mutual labels:  speech

Logo

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

  1. From the root of the repository run pip install -r requirements.txt
  2. Deploy the flask endpoint by running python main.py. This will host the flask endpoints at localhost:6789
  3. Deploy node server by running node index.js .
  4. Access the UI from the browser at http://localhost:8000

Prerequisites

What things you need to install the software and how to install them

  1. Python (>=Python 3.0)
  2. Node
  3. Flask

Running the Platform

  1. Run python main.py
  2. Record your voice for 5 seconds.
  3. wait for the processing to be done.
  4. The Video will be played in default video player (It should support .mp4 videos.)

Built With

  • [Python]
  • [Node]
  • [Flask]

Future Works [WiP]

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

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].