Hacker News new | ask | show | jobs
by imurray 618 days ago
> And do you know a good speech to text model?

OpenAI's whisper, code+model are available, and multiple projects have built on it. You could try this wrapper: https://github.com/m-bain/whisperX -- or for short utterances on a smart-phone https://github.com/futo-org/whisper-acft

1 comments

Deepgram is another alternative. I use it at work, fastest service and also relatively cheap. But Whisper is better for selfhosting