Wordcab / wordcab-transcribe

💬 ASR FastAPI server using faster-whisper and Multi-Scale Auto-Tuning Spectral Clustering for diarization.
https://wordcab.github.io/wordcab-transcribe/
MIT License
198 stars 29 forks source link

Allow local or remote ASR process #258

Closed chainyo closed 1 year ago

chainyo commented 1 year ago

This PR introduces many things to allow LocalExecution or RemoteExecution for transcription and diarization.

The RemoteExecution isn't functional yet and will raise a NotImplementedError.