Elisha Azaria

Results 47 comments of Elisha Azaria

The first point: that's actually what I do with auto capitalization The second point: Vosk does not have this feature, as far as I can see

Some libraries that can help: https://github.com/vilassn/whisper_android https://github.com/nyadla-sys/whisper.tflite

> Or whisper.cpp? I've tried that before, it wasn't fast enough. Marine I'll try it again. https://github.com/ggerganov/whisper.cpp/issues/1070

As I have stated in the readme, Sayboard will not send your data over the internet. This issue is about using the open source whisper model offline on the device....

> Interesting. Any ideas on how to utilize both at the same time? Maybe replacing the vosk transcript with the whisper transcript once that's computed while keeping any user-added punctuation?...

The first suggestion I've already implemented (see #12 ) I just hadn't created a release since. I'll have to check if the second is possible.

We can have a list of all the words and if they should be capitalized. Does anyone know of such (multilingual) list?

They seem to be targeting Desktop or Server. See https://github.com/benob/recasepunc/issues/14 - Most phones don't have that much RAM. Perhaps we can run it on a computer similar to https://github.com/ElishaAz/Sayboard/issues/10. Anyways,...