Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding Vosk backend #91

Open
Erudition opened this issue Mar 20, 2022 · 1 comment
Open

Consider adding Vosk backend #91

Erudition opened this issue Mar 20, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Erudition
Copy link

Erudition commented Mar 20, 2022

https://github.com/alphacep/vosk-api/

This project has a libre, offline-capable speech recognition engine that's over 90% accurate - perfect for autoedit!

Vosk is a speech recognition toolkit. The best things in Vosk are:

Supports 20+ languages and dialects - English, Indian English, German, French, Spanish, Portuguese, Chinese, Russian, Turkish, Vietnamese, Italian, Dutch, Catalan, Arabic, Greek, Farsi, Filipino, Ukrainian, Kazakh, Swedish, Japanese, Esperanto, Hindi. More to come.
Works offline, even on lightweight devices - Raspberry Pi, Android, iOS
Installs with simple pip3 install vosk
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.
@Erudition Erudition added the enhancement New feature or request label Mar 20, 2022
@pietrop
Copy link
Owner

pietrop commented Sep 1, 2023

I'd welcome a PR if there's interest in adding this, and could provide some guidance on where to
extend the code if there's stil interest in this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants