Automatic Speech Recognition
WhisperKit
LiteRT
LiteRT
whisper
parakeet
nvidia
openai
asr
transcription
local
on-device
quantized
compressed
Instructions to use argmaxinc/parakeetkit-litert-pro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- WhisperKit
How to use argmaxinc/parakeetkit-litert-pro with WhisperKit:
# Install CLI with Homebrew on macOS device brew install whisperkit-cli # View all available inference options whisperkit-cli transcribe --help # Download and run inference using whisper base model whisperkit-cli transcribe --audio-path /path/to/audio.mp3 # Or use your preferred model variant whisperkit-cli transcribe --model "large-v3" --model-prefix "distil" --audio-path /path/to/audio.mp3 --verbose
- LiteRT
How to use argmaxinc/parakeetkit-litert-pro with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Commit ·
96dea20
1
Parent(s): a749451
Adding support for MTK devices with SOC MT6989 and MT6991 for ParakeetV2 (#22)
Browse files- Adding support for MTK devices with SOC MT6989 and MT6991 for ParakeetV2 (f7fe73417273a51c4b23b4090aa05baafc8af10f)
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6989/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6989/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6991/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6991/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6989/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6989/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6991/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6991/LICENSE_NOTICE.txt +7 -0
parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6989/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e2562c8bd8b5d407974ad56d8b1f2cc6e657f34f023acba89a8ff1257a4c4e4
|
| 3 |
+
size 1229110552
|
parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6989/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6991/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c0cec855486a14f0a2ae86e1d7b0f035e45ba4c47247930f82d4e832b7bba32
|
| 3 |
+
size 1229110552
|
parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6991/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6989/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c1b8cc6ea4157e691282ef1ee51a411b18a1d9a8eabe68e12b7fd66b82ecef8
|
| 3 |
+
size 654101036
|
parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6989/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6991/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:734efbecef329fa81f3cf98f20efb4e358e10ed6fd24f595d9352d9692d8c47d
|
| 3 |
+
size 654101036
|
parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_MediaTek_MT6991/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|