Hacker News new | ask | show | jobs
by tedmielczarek 2831 days ago
I checked and it's using Mozilla's DeepSpeech library: https://github.com/MozillaReality/FirefoxReality/blob/dee6f4...

which is here: https://github.com/mozilla/DeepSpeech

DeepSpeech is the actual voice recognition library, CommonVoice is a project to improve its accuracy by gathering more voice data.

1 comments

Interesting. The DeepSpeech github indicates that it's not capable of realtime transcription, even using a GPU. How is that fast enough for this use case?