python-mini-projects/projects/Speech_to_text at master · saivarshith-python/python-mini-projects · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Speech-to-Text Converter

This Python script converts the Speech input into Text using NLP(Natural Langauge Processing).

Requirements

Installation Required :

Python Speech Recognition module:

`pip install speechrecognition`

PyAudio: Use the following command for linux users

`sudo apt-get install python3-pyaudio`

Windows users can install pyaudio by executing the following command in a terminal

`pip install pyaudio`

Python pyttsx3 module:

`pip install pyttsx3`

How to run the script

  • Enter the audio input by speaking into the microphone.
  • Run converter_terminal.py script
  • Output Text will be displayed

Author Name

Devansh Agarwal