Add hungarian language and new input models#401
Open
furdiburd wants to merge 4 commits intoStypox:masterfrom
Open
Add hungarian language and new input models#401furdiburd wants to merge 4 commits intoStypox:masterfrom
furdiburd wants to merge 4 commits intoStypox:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added hungarian language translations and local ParaKeet ASR and remote Scribe v2 Realtime as input method, and a joke api in hun.
The reason is I wanted to have an input model that works good with hungarian language and... Whisper was just bad, really bad. It completly failed on "Open {appname}", so i tried nvidia/ParaKeet.
ParaKeet worked well and was fast but also... 680 MB, really huge.
So i added support for Scribe v2 Realtime. Fast and well... Only needs active internet connection. No need for a 600+ MB model download.
The two new input option could also work for other languages as a high(er) quality option to vosk models if needed.
MinSDK needed to be raised from 21 to 24 to support onnxruntime.