deepaksabat / Speech-to-Text-and-Text-to-Speech-Conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speech-to-Text-and-Text-to-Speech-Conversion-

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

Download Avbin for video and audio decoding: http://avbin.github.io/AVbin/Download.html

                      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.

About


Languages

Language:Python 100.0%