This is a speech to text server for Mock Interview and Mental Health Platform.
It uses websockets to communicate with the client. The websocket endpoint is /stt
.
- Clone the repository
- Install the dependencies
pip install -r requirements.txt
- Run the server
python server.py
Example client can be found in the client
directory.