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

Let faster-whisper handle model path #251

Closed chainyo closed 1 year ago

chainyo commented 1 year ago

This PR removes the config validator for the whisper_model and lets faster-whisper handle the model path.

This way we can use custom public/private ctranslate2 models hosted on HF hub.

chainyo commented 1 year ago

Hi @aleksandr-smechov this is ready to go.