Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 566 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 566 Bytes

Python Speech-To-Text Transcription

  1. Create a Lite plan instance of the Watson Speech to text service: https://www.ibm.com/watson/services/speech-to-text/

  2. Populate the IBM_USERNAME and IBM_PASSWORD variables in the Speech_To_Text.py with the appropriate values from the Speech To Text service

  3. Specify the audio file to be transcribed by providing the appropriate file path

  4. Navigate to the directory of the project and run the application using : python Loader.py

  5. The transcripts will be populated in the 'transcript.txt' file.