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
- Host: GitHub
- URL: https://github.com/interviewandhealth/tts-service
- Owner: InterviewAndHealth
- Created: 2024-09-19T12:22:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T17:42:25.000Z (over 1 year ago)
- Last Synced: 2025-01-25T14:44:07.462Z (over 1 year ago)
- Topics: fastapi, microservice, tts
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.