Parakeet-rs Alternatives
Similar projects and alternatives to parakeet-rs
-
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
-
-
-
-
-
-
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.
-
vosk-api
Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
-
LangHelper
Striving to create a great Application with full functions of learning languages by ChatGPT, TTS, STT and other awesome AI models, supports talking, speaking assessment, memorizing words with contexts, Listening test, so on.
-
whisper-timestamped
Multilingual Automatic Speech Recognition with word-level timestamps and confidence
-
kokoclone
Voice Cloning, Now Inside Kokoro. Generate natural multilingual speech and clone any target voice with ease.
-
kesha-voice-kit
Give your tools a voice — speech to text and back, 25 languages, up to ~19× faster than Whisper. On your machine.
-
-
voiceio
Push-to-talk voice-to-text for Linux. Hold a hotkey, speak, release — text appears at your cursor. Local & offline via faster-whisper.
-
-
-
-
-
tts-bench
Speed and samples benchmark: for all types of text to speech (TTS) models on Windows/Linux/Mac.
-
StreamingKokoroJS
Unlimited text-to-speech in the Browser using Kokoro-JS, 100% local, 100% open source
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
parakeet-rs discussion
parakeet-rs reviews and mentions
-
Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro
Fun... This is something I actually care about...
I used to keep a version of whisperx around, because I think it's important to have not just transcription, but also timing and speaker identification (e.g. for subtitles)
Lately, though, I coded up an OpenAI compatible server for parakeet-rs ( https://github.com/altunenes/parakeet-rs ) and I've been using it with OpenWhispr (a desktop app for transcription that handles all sorts of neat thing).
I'm doing CPU-only transcription (because I use my GPUs for other stuff and haven't gotten around to adding in the GPU-path), but it's incredibly empowering to be able to have local transcriptions at will.
-
ONNX Runtime and CoreML May Silently Convert Your Model to FP16
This was an interesting read, thanks for sharing. I've recently been building something that uses Parakeet v2/v3 models, I'm using the parakeet-rs package (https://github.com/altunenes/parakeet-rs) which has had a few issues running models with CoreML (unrelated to the linked post), e.g. https://github.com/microsoft/onnxruntime/issues/26355
Stats
altunenes/parakeet-rs is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of parakeet-rs is Rust.