https://github.com/deepgram-starters/ruby-text-to-speech
Get started using Deepgram's Text-to-Speech with this Ruby demo app
https://github.com/deepgram-starters/ruby-text-to-speech
deepgram demo quickstart ruby sinatra speech-synthesis text-to-speech tts
Last synced: 3 months ago
JSON representation
Get started using Deepgram's Text-to-Speech with this Ruby demo app
- Host: GitHub
- URL: https://github.com/deepgram-starters/ruby-text-to-speech
- Owner: deepgram-starters
- License: mit
- Created: 2026-02-26T21:47:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-26T23:02:22.000Z (4 months ago)
- Last Synced: 2026-02-27T05:34:42.362Z (4 months ago)
- Topics: deepgram, demo, quickstart, ruby, sinatra, speech-synthesis, text-to-speech, tts
- Language: Ruby
- Homepage: https://preview.dx.deepgram.com/ruby-text-to-speech
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text-to-Speech
Get started using Deepgram's Text-to-Speech with this demo app
## Quick Start
Click the button below to fork the repo:
[](https://github.com/deepgram-starters/ruby-text-to-speech/fork)
## Local Development
### Makefile (Recommended)
```bash
make init
cp sample.env .env # Add your DEEPGRAM_API_KEY
make start
```
Open [http://localhost:8080](http://localhost:8080) in your browser.
## License
MIT - See [LICENSE](./LICENSE)