Vosk Speech Recognition Library

Hi everyone. We have recently released open source speech recognition library Vosk for Android which might be interesting to F-Droid community. You can use it for game development, smart house, smart car and many other applications. It doesn’t require internet connection and Google services.

The best things in Vosk are:

  • Supports 9 languages - English, German, French, Spanish, Portuguese, Chinese, Russian, Turkish, Vietnamese. More to come.
  • Works offline, even on lightweight devices - Android, iOS, RPi
  • Portable per-language models are only 50Mb each, but there are much bigger server models available.
  • Provides streaming API for the best user experience (unlike popular speech-recognition python packages)
  • There are bindings for different programming languages, too - java/csharp/javascript etc.
  • Allows quick reconfiguration of vocabulary for best accuracy.
  • Supports speaker identification beside simple speech recognition.

To try the demo project check Github, just import it in the studio, you can also try precompiled APK.

2 Likes

Welcome to the F-Droid forums!
Pretty neat package, I tried it out and it worked pretty well! Thanks for sharing!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.