-
Add offline speech recognition?
https://alphacephei.com/vosk/
https://github.com/alphacep/vosk-api
> Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Jav…
-
Reverting an old deletion and bringing back the `0_main_vtt_generation.py` file. Intent here is to keep an optional standalone tool to transcript audio to SRT from random video files not necessarily d…
-
The vosk model contains a vocabulary list:
https://raw.githubusercontent.com/parolteknologio/stt-esperanto/master/vosk/common-voice-corpus-7/vosk-model-small-eo-0.22/graph/words.txt
It contains no…
-
I've done all I can to get this API to work but it's so wildly inaccurate even using the newest gigaspeech model. Is there something in my code causing it to be so inaccurate? (When I say inaccurate I…
-
Hi! I have a good open source speech recognition library which works fully offline on mobile devices called [Vosk](https://alphacephei.com/vosk). It supports dictation in 11 languages and many other n…
-
How to connect vosk plugin to vosk server with web socket? Is there such an example?
-
Update new risks.
-Corqui is being discontinued.
-ChatGpt reduced API usage limits for free accounts. (Now need to pay to have more than 3 API calls / minute)
-vosk may not accuratly transcribe…
-
Can i use Vosk for ios ?
-
Hi everyone, is there any recipe for SingleUtteranceNnet3IncrementalDecoder in Vosk?
Thanks in advance!
-
I am new to javascript. I want to see how the vosk-browser script worked using the sample script.
I downloaded a vosk model, zipped it as tar.gz and put it in the same folder as the script. I tried …