Skip to content

Google Text To Speech API using Python and Deployment using Cloud Run

Notifications You must be signed in to change notification settings

mpdafa/Google-TextToSpeech-API-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-TextToSpeech-API-Python

Deployment Method : Google Cloud Run

Command on gcloud SDK :

gcloud auth login
gcloud config set project text-to-speech-400912    
gcloud services enable run.googleapis.com   
gcloud services enable containerregistry.googleapis.com   
gcloud services enable cloudbuild.googleapis.com  
gcloud services enable storage-component.googleapis.com  
gcloud services enable logging.googleapis.com monitoring.googleapis.com  
gcloud auth configure-docker  
docker build -t gcr.io/text-to-speech-400912/text-to-speech-deploy:v1 .  
docker push gcr.io/text-to-speech-400912/text-to-speech-deploy:v1  
gcloud run deploy text-to-speech-deploy --image gcr.io/text-to-speech-400912/text-to-speech-deploy:v1 --region=asia-southeast2 --platform managed --allow-unauthenticated  

Public URL

https://text-to-speech-deploy-velkabsk3q-et.a.run.app/

About

Google Text To Speech API using Python and Deployment using Cloud Run

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published