Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 409 Bytes

File metadata and controls

24 lines (15 loc) · 409 Bytes

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
pip install -r requirements.txt
  1. Run the server
python server.py

Client

Example client can be found in the client directory.