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

https://github.com/interviewandhealth/tts-service

Text to Speech Service for Mock Interview and Mental Health Platform
https://github.com/interviewandhealth/tts-service

fastapi microservice tts

Last synced: 2 months ago
JSON representation

Text to Speech Service for Mock Interview and Mental Health Platform

Awesome Lists containing this project

README

          

# TTS Server

This is a text to speech server for Mock Interview and Mental Health Platform.

It uses http streaming to communicate with the client. The http endpoint is `/tts`.

## Installation

1. Clone the repository
2. Install the dependencies

```bash
pip install -r requirements.txt
```

3. Run the server

```bash
python server.py
```

## Client

Example client can be found in the `client` directory.