An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# styletts2-api
Text-To-Speech Inference Server for StyleTTS2

## Usage

```
docker compose up

curl -X POST "http://localhost:4321/generate" \
-H "Content-Type: application/json" \
-d '{"text": "Hello world"}' \
--output audio.mp3
```