dents0 / text-to-speech-cf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%