Skip to content

Latest commit

 

History

History

Python Example for Text-to-Speech SDK

Welcome to the Python Text-to-Speech SDK! This powerful tool allows you to convert text into speech, upload the generated audio file to Amazon S3, and retrieve a signed URL for easy sharing, whether via text message or embedded on a website.

Features

  • Text-to-Speech Conversion: Convert any text into natural-sounding speech.
  • S3 Integration: Automatically upload speech files to your AWS S3 bucket.
  • Shareable Links: Generate signed URLs for your audio files for easy sharing.

Getting Started

Prerequisites

Make sure you have the following installed before you begin:

  • Python 3.x
  • An AWS account with access to S3
  • AWS CLI (optional, for configuring AWS credentials)

Installation

AWS Configuration

Before using the SDK, configure your AWS credentials to enable access to S3:

Usage

For detailed usage instructions and code examples, please refer to the Tutorial here.

Contributing

We welcome contributions to this project! Please refer to our contribution guidelines for more information on how you can contribute.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or comments, feel free to reach out.