What is Parakeet and when to use it
devParakeet is an alternative transcription engine for Voxtype based on NVIDIA's FastConformer-based speech recognition models. It uses ONNX Runtime and is optimized for high-speed CPU inference.
Use Parakeet when:
- You want excellent CPU performance without a GPU (especially with AVX-512 support).
- You need proper punctuation and capitalization.
- You are transcribing English (Parakeet TDT models are English-only).
Use Whisper instead when:
- You need multilingual support.
- You want to avoid potential repetition hallucinations or proper noun substitution issues common in Parakeet.