Skip to content

Text-to-Speech with Google Cloud Storage and Cloud Functions using Python

License

Notifications You must be signed in to change notification settings

dents0/text-to-speech-cf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-to-Speech Cloud Function

A Cloud Function triggered by the Cloud Storage "finalize/create" event.

When a txt file is uploaded or updated in a specified bucket, an mp3 file with the same name will be generated.

Prerequisites

How to use

  1. Create a GCS bucket in which you will generate the mp3 files.
  2. Create a Cloud Function selecting Cloud Storage as its trigger.
  3. For the Event Type choose Finalize/Create event.
  4. Select the bucket you have created during Step 1.
  5. Deploy the Cloud Function.

About

Text-to-Speech with Google Cloud Storage and Cloud Functions using Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages