Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 804 Bytes

File metadata and controls

35 lines (20 loc) · 804 Bytes

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

[Paulo Henrique](https://github.com/chavarera/python-mini-projects