Skip to content

Simple python script to convert live speech or any audio file to text using Google Speech Rexognition API♥

License

Notifications You must be signed in to change notification settings

SingAvi/SpeechToText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Speech_To_Text

Simple python script to convert live speech or any audio file to text using Google Speech Rexognition API♥

Import Audio

  • Try importing audio files with .wav extension as pyaudio detects few specified extensions

Installing dependencies

Beware

  • Keep audio file in the same directory in which your python script is saved.
  • Dont name your file as speechRecognition as it may import your python script instead of the package.
  • Upgrade pip before installing dependencies stated above
    • For Windows
      • pip install pip --upgrade
    • For Mac
      • sudo pip install --upgrade pip
    • For Linux
      • pip install -U pip

About

Simple python script to convert live speech or any audio file to text using Google Speech Rexognition API♥

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages