Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise. Learn more →
Vosk-api Alternatives
Similar projects and alternatives to vosk-api
-
ohmyzsh
🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
-
-
-
DeepSpeech
Discontinued DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
willow
Open source, local, and self-hosted Amazon Echo/Google Home competitive Voice Assistant alternative
-
-
-
-
-
-
-
-
ProjectAlice
Project Alice is a smart voice home assistant that is completely modular and extensible.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
vosk-api discussion
vosk-api reviews and mentions
-
Audio-to-Text Transcriber Automated via Termux
pip install vosk soundfile git clone https://github.com/alphacep/vosk-api.git # download a small model into ~/models # convert audio to 16k mono wav: ffmpeg -i input.mp3 -ar 16000 -ac 1 input_16k.wav # run a small python script: python transcribe_vosk.py input_16k.wav > output.txt
- Infini-Gram: Scaling unbounded n-gram language models to a trillion tokens
- VOSK Offline Speech Recognition API
- Apollo dev posts backend code to Git to disprove Reddit’s claims of scrapping and inefficiency
- Working Vosk model?
-
Creating a live transcript bot using Vosk Ai
So I don't know if my issue comes from my lack of knowledge of discord.js/voice or VOSK. so I guess the most important thing I need to see is if I am creating a proper stream for the Vosk API to capture the audio. if I can figure out how to capture an audio stream I can probably import that in to vosk and figure out how to use vosk myself. but right now I can't even get close! Thank you in advance...Sorry if this isn't the right place for this
-
What are the aplications of rust in machine learning ?
I remember a while ago checking out the issues with Vosk speech recognition (written in C). A handful of it's issues are related to segfaults and null pointers.
-
Show HN: Willow – Open-Source Privacy-Focused Voice Assistant Hardware
first, good initiative! thanks for sharing. i think you gotta be more diligent and careful with the problem statement.
checking the weather in Sofia, Bulgaria requires cloud, current information. it's not "random speech". ESP SR capability issues don't mean that you cannot process it locally.
the comment was on "voice processing" i.e. sending speech to the cloud, not sending a call request to get the weather information.
besides, local intent detection, beyond 400 commands, there are great local STT options, working better than most cloud STTs for "random speech"
https://github.com/alphacep/vosk-api
-
ChatGPT API is now officially available, priced at $0.002 per 1k tokens
I did a one-off text to speech tool for someone last year and had pretty good results with VOSK. One upside is that it works offline, although I imagine if you use TTS a lot you'll notice issues I didn't.
-
Looking to mod a Vector with GPT-3, what are my options?
You can use vosk-api (https://github.com/alphacep/vosk-api) to listen to your audio, transform it to text, and then post the text to GPT-3, then using the vector sdk, have your responses said by vector.
-
A note from our sponsor - AppSignal
www.appsignal.com | 15 Sep 2026
Stats
alphacep/vosk-api is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of vosk-api is Jupyter Notebook.