-
Create a Lite plan instance of the Watson Speech to text service: https://www.ibm.com/watson/services/speech-to-text/
-
Populate the IBM_USERNAME and IBM_PASSWORD variables in the Speech_To_Text.py with the appropriate values from the Speech To Text service
-
Specify the audio file to be transcribed by providing the appropriate file path
-
Navigate to the directory of the project and run the application using :
python Loader.py
-
The transcripts will be populated in the 'transcript.txt' file.