Hi,
Aside from the pyscribe tool, im trying to use IBM watson to transcribe using this tutorial
this is the code he used:
from ibm_watson import SpeechToTextV1, LanguageTranslatorV3
from ibm_cloud_sdk_core.authenticators import IAMAuthenticator
ltapikey = 'YOUR LANGUAGE TRANSLATOR APIKEY'...