How we use IBM Watson speech-to-text and Python to transcribe our classes
TLDR; In this step by step guide we’ll show you how to transcribe an audio file using IBM Watson speech-to-text API and a little bit of… (more…)
Read more »
If you have written some Python code and used the for loop, you have already used iterators behind the scene but you probably didn’t know about it. Iterators are objects that we can iterate over one by one. They are practically everywhere in a Python code… Read more