EDU_Siri program has a function that converts the instructor's voice into a text file and saves it. I thought I'd write down some of the things I learned and struggled with while implementing this feature. I can search "speech_recognition" library when googling. Initially, I decided to use this module, but there were two factors hat made it unsuitable for development. While googling about "speec..