Audio To Sign Language Converter Using Python
Main Article Content
Abstract
This project is based on converting the audio signals receiver to text using speech to text API. Speech to text conversion comprises of small, medium and large vocabulary conversions. Such systems process or accept the voice which then gets converted to their respective text. This paper gives a comparative analysis of the technologies used in small, medium, and large vocabulary Speech Recognition System. The comparative study determines the benefits and liabilities of all the approaches so far. The experiment shows the role of language model in improving the accuracy of speech to text conversion system. We experiment with the speech data with noisy sentences and incomplete words. The results show a prominent result for randomly chosen sentences compared to sequential set of sentences. This project focuses on building an effective means of communication for the specially abled people by the implementation of graphical hand gestures. We utilize the major principles of NLP(natural language processing) to make this project into a reality.