Ask HN: Whisper Transcription API?
https://news.ycombinator.com/item?id=33905211Do you know of a transcription API that uses Whisper on the backend?
For those who don't own a GPU, or want to implement transcription without having to deal with parallelizing CPUs and such.
Ideally, it should support both transcribing files and streaming. And it should allow me to select which Whisper model to use.
I know about whisper.cpp [1]. Am looking for an off-site API so I don't have to deal with the backend myself.
Thanks!