Tag: Google assistant
-
Building a Speech Recognizer in Python
Convert your audio files into text using Google Cloud Speech API In this post, I will show you how to convert audio files into a text document using Python. Speech recognition is the process of this conversion. It is commonly used in the real world. For example, personal voice assistants such as Google’s Home Mini,…