With nkululeko since version 0.95.0 you can use whisper from openAI to transcribe you data automatically.
Simply set the language (default is en) in the header and a prediction target text like this:
[EXP]
language = en
[PREDICT]
targets = ['text']
and then run the module:
python -m nkululeko.predict --config my_conf.ini.