All Projects → MauryaRitesh → Speechrecognition

MauryaRitesh / Speechrecognition

Use Google Speech Recognition API to convert your speech into text

Programming Languages

python
139335 projects - #7 most used programming language

speech2text

scraper

web_speech2text

speak

GUI STT

Use Google Speech Recognition API to convert your speech into text Google Speech recognition automatically recognizes your spoken words and display them in the form of text.

Prerequisites:

Python installed; Google Speech Recognition API installed; Active Internet Connection (The faster the better) Beautiful Soup (bs4) Pyglet GTTS (Google Text to Speech)

Download Python: https://www.python.org/downloads/

Download Goolge SpeechRecognition: https://pypi.python.org/pypi/SpeechRecognition/

                          OR

Install using PIP:

  pip install SpeechRecognition

  pip install bs4

  pip install pyglet

  pip install gtts

  pip install pygame

Install all these dependencies and run any of the given programs, that will run Perfectly.

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