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

Create `add` and `remove` url endpoints #263

Closed chainyo closed 1 year ago

chainyo commented 1 year ago

These two new endpoints come with the async asr-type, allowing users to add or remove remote URLs for remote transcription or diarization execution.

The added remote URLs should be valid http or https URLs where one only_transcription or only_diarization can be used.