https://github.com/mrtj/speechsynth
TTS with Amazon Polly
https://github.com/mrtj/speechsynth
Last synced: 7 days ago
JSON representation
TTS with Amazon Polly
- Host: GitHub
- URL: https://github.com/mrtj/speechsynth
- Owner: mrtj
- Created: 2024-08-27T15:46:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T16:17:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-06T06:19:21.971Z (over 1 year ago)
- Language: Python
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpeechSynth
Simple [streamlit](https://streamlit.io) app wrapping [Amazon Polly](https://aws.amazon.com/polly/) service.
## Install and run
1. Get [poetry](https://python-poetry.org) or `pip install .`
2. Create a `.streamlit/secrets.toml` file with this template:
```toml
output_prefix_uri = "s3://my-bucket/prefix"
password = "password"
```
3. [Configure your AWS credentials](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html).
4. `streamlit run st_app.py`