-
Notifications
You must be signed in to change notification settings - Fork 1
Transcribe py
peter-olai edited this page May 7, 2025
·
3 revisions
This page details src/transcribe.py. For a general overview, see Transcription Service.
The src/transcribe.py file handles audio transcription services.
- Receiving audio data (e.g., from WebSocket (
streaming_ws.py) or file upload). - Interfacing with transcription models or services (e.g., Whisper).
- Processing audio for transcription.
- Returning transcribed text.
- Configuration is managed via
config.py.
(Detail the transcription process, supported audio formats, and configuration options.)
Authors:
Peter Olai Johnsen
Tobias Fremming
Erik Le Blanc Pleym
About Chat-Service
Core Components
Development
Codebase Details
- Codebase Architecture
- Routes
- Command-py
- Config-py
- Context Upload-py
- LLM-py
- Main-py
- Pipeline-py
- Streaming WS-py
- Transcribe-py
Deployment and Operations