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
- Host: GitHub
- URL: https://github.com/interviewandhealth/stt-service
- Owner: InterviewAndHealth
- Created: 2024-09-19T11:59:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T16:11:42.000Z (over 1 year ago)
- Last Synced: 2025-03-20T15:50:18.326Z (over 1 year ago)
- Topics: fastapi, microservice, stt
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.