Add Parakeet TDT v3 as an optional transcription backend - #53
Merged
Conversation
Offer NVIDIA Parakeet alongside Whisper Base/Small via parakeet.js, keeping VAD + pyannote diarization. WebGPU uses fp16 with WASM int8 fallback; same-origin ORT WASM is served from /vendor/ort-parakeet. Co-authored-by: Wassim Gharbi <wassgha@gmail.com>
…3-e1fe-1123 Co-authored-by: Wassim Gharbi <wassgha@gmail.com>
Register Parakeet alongside Whisper in the shared ASR registry so download progress, IndexedDB cache labeling, and WebGPU→WASM fallback use the same weightlift path after merging main. Co-authored-by: Wassim Gharbi <wassgha@gmail.com>
Fold PARAKEET_INFO into MODELS with a backend discriminant so UI and the worker share one source for labels, sizes, and loader ids. Menus now render from ASR_ORDER. Co-authored-by: Wassim Gharbi <wassgha@gmail.com>
Co-authored-by: Wassim Gharbi <wassgha@gmail.com>
Keep MODELS as real speech backends only. Move "import" onto TranscriptSource (store.source) so model helpers no longer have to special-case caption import. Co-authored-by: Wassim Gharbi <wassgha@gmail.com>
wassgha
marked this pull request as ready for review
August 2, 2026 11:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds NVIDIA Parakeet TDT 0.6B v3 as a selectable transcript source alongside Whisper Base / Small and Import.
parakeetin the source menu (persisted like Whisper)parakeet.js+ ONNX: WebGPU fp16 encoder when available, WASM int8 fallback (~700 MB–1.2 GB)/vendor/ort-parakeet/(postinstall copies nestedonnxruntime-web@1.24.1and patchesparakeet.jssowasmPathsis honored)ModelManager(same progress / cache labeling / WebGPU→WASM fallback path as Whisper)MODELSregistry (ModelId) with abackenddiscriminant; UI menus render fromMODEL_ORDERTranscriptSource(ModelId | "import") is separate from models — store field issource, notmodelTest plan
modelfield) still open after thesourcerename