https://github.com/damarss/simple-tts
A simple text-to-speech application using gTTS and Streamlit
https://github.com/damarss/simple-tts
streamlit tts
Last synced: about 1 month ago
JSON representation
A simple text-to-speech application using gTTS and Streamlit
- Host: GitHub
- URL: https://github.com/damarss/simple-tts
- Owner: damarss
- Created: 2024-11-18T06:40:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T01:12:01.000Z (over 1 year ago)
- Last Synced: 2025-03-14T11:41:25.791Z (over 1 year ago)
- Topics: streamlit, tts
- Language: Python
- Homepage: https://simple-tts.streamlit.app/
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-tts

A simple text-to-speech application using the [Google Text-to-Speech API](https://github.com/pndurette/gTTS) and Streamlit.
### Installation
1. Clone the repository
2. (Optional) Create a virtual environment and activate it
3. Install the required packages using this command:
```bash
pip install -r requirements.txt
```
4. Run the application using this command:
```bash
streamlit run app.py
```