speech-recognition-py

Speech recognition is the ability of computer software to identify words and phrases in spoken language and convert them to human-readable text.

Installation Required

  • Python Speech Recognition module:
pip install speechrecognition
  • Python pyttsx3 module: (works in offline,online)
pip install pyttsx3
  • Python gTTS module: (works online)

pip install gTTS

Speech Input Using a Microphone and Translation of Speech to Text.

GitHub

View Github