Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 410 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 410 Bytes

STT Server

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.

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.