Skip to content

dvdbisong/text-to-speech-cloud-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Run: Google Cloud Text to Speech API

Google Text to Speech with Google Cloud Run


This repository provides an example for deploying applications on Cloud Run that makes API calls. It provides sample codes for using Google Cloud Text-to-Speech APIs and running a simple web application with Flask that is packaged as a container and deployed on Cloud Run.

Get Started

  1. Open Google Cloud Shell.
  2. Clone this repository by running git clone https://github.com/dvdbisong/text-to-speech-cloud-run.git.
  3. Navigate to the code folder folder: cd text-speech.
  4. Build the container using Cloud Build: gcloud builds submit --tag gcr.io/[PROJECT_ID]/text-speech.
  5. Deploy to Cloud Run: gcloud run deploy --image gcr.io/[PROJECT_ID]/text-speech --platform managed.

Text-to-Speech application running on Cloud Run.

Blog post for this project: https://ekababisong.org/text-speech-cloud-run/

About

Cloud Run: Google Cloud Text to Speech API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published