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.
- Clone the repository
- Install the dependencies
pip install -r requirements.txt- Run the server
python server.pyExample client can be found in the client directory.