Skip to content

manthanparab07/speech-to-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

  1. Converts Speech to text using Google language API.

  2. Requirements

    • ffmpeg

      • for audio format convertion to "wav" format

      • sudo apt install ffmpeg
    • Pip

      • For python packages

      • sudo apt install python3-pip
    • pydub
      • Calls the ffmeg to convert audio files

      • sudo pip3 install pydub
    • SpeechRecognition

      • Contains APIs for audio to text conversion

      • sudo pip3 install SpeechRecognition
Usage
python3.6 transcribe.py audio_file_name

Ex

python3.6 transcribe.py transcript.mp3

About

Convert Speech to text using Python , Google API and ffmeg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages