https://github.com/saladtechnologies/styletts2-api
Text-To-Speech Inference Server for StyleTTS2
https://github.com/saladtechnologies/styletts2-api
Last synced: 5 months ago
JSON representation
Text-To-Speech Inference Server for StyleTTS2
- Host: GitHub
- URL: https://github.com/saladtechnologies/styletts2-api
- Owner: SaladTechnologies
- License: mit
- Created: 2024-01-04T14:15:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T19:46:56.000Z (11 months ago)
- Last Synced: 2025-04-18T08:39:44.837Z (6 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# styletts2-api
Text-To-Speech Inference Server for StyleTTS2## Usage
```
docker compose upcurl -X POST "http://localhost:4321/generate" \
-H "Content-Type: application/json" \
-d '{"text": "Hello world"}' \
--output audio.mp3
```