Skip to content

Add hungarian language and new input models#401

Draft
furdiburd wants to merge 4 commits intoStypox:masterfrom
furdiburd:master
Draft

Add hungarian language and new input models#401
furdiburd wants to merge 4 commits intoStypox:masterfrom
furdiburd:master

Conversation

@furdiburd
Copy link

@furdiburd furdiburd commented Mar 1, 2026

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.

@Stypox
Copy link
Owner

Stypox commented Mar 8, 2026

Hello, thank you for your work and for the pull request!
Would you mind splitting this up in 4 different pull requests: one for adding hungarian sentences (which should be quick to merge), one for hungarian jokes (also easy to merge), and two for the two input methods added (which will require an in-depth review)?

MinSDK needed to be raised from 21 to 24 to support onnxruntime.

I have some reservations about this. What about just not offering the "nvidia/ParaKeet" option on API <24?

@furdiburd furdiburd marked this pull request as draft March 8, 2026 21:39
@furdiburd
Copy link
Author

I split the pull request into multiple ones. I have already made a pull request for the Hungarian language and another for the Hun Jokes skill.

I never considered only offering Parakeet on 24 API devices. I will try to do that, but I am not sure I will succeed. I will make pull requests for input methods tomorrow (hopefully).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants