Mar 16, 2022 | Google Cloud
An API key is a piece of string for a system to authenticate an application or identify a user, and by using a Google Cloud API key, we will be able to access a variety of services such as Google Maps, Google Workspace, Gmail, etc. In this tutorial, I will walk you...
Aug 29, 2021 | Google Cloud, Google Text-To-Speech API, Python
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import os import pandas as pd # pip install numpy==1.19.3 from google.cloud import texttospeech # outdated or...
Aug 22, 2021 | Google Cloud, Google Speech-To-Text API, Python
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import os from google.cloud import speech os.environ[‘GOOGLE_APPLICATION_CREDENTIALS’] =...