An open API service indexing awesome lists of open source software.

https://github.com/interviewandhealth/stt-service

Speech to Text Service for Mock Interview and Mental Health Platform
https://github.com/interviewandhealth/stt-service

fastapi microservice stt

Last synced: about 2 months ago
JSON representation

Speech to Text Service for Mock Interview and Mental Health Platform

Awesome Lists containing this project

README

          

# 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

```bash
pip install -r requirements.txt
```

3. Run the server

```bash
python server.py
```

## Client

Example client can be found in the `client` directory.