Whisper
9 articles about whisper.
download-ggml-model.sh large-v3: How to Download the Full Whisper Large Model
Step-by-step guide to using download-ggml-model.sh large-v3 for whisper.cpp. Covers setup, model size, performance benchmarks on Apple Silicon, large-v3 vs large-v3-turbo, quantization, and troubleshooting.
ggml-large-v3.bin: Complete Guide to Whisper's Largest GGML Model
Everything about ggml-large-v3.bin for whisper.cpp, including download, setup, performance benchmarks, quantization options, and when to choose it over the turbo variant.
ggml-large-v3-turbo.bin: The Fast Whisper Model for Real-Time Transcription
Complete guide to ggml-large-v3-turbo.bin for whisper.cpp. Covers download, setup, quantization, benchmarks, and how the turbo model achieves 6x faster inference with minimal accuracy loss.
download-ggml-model.sh large-v3-turbo: Complete Guide to Downloading Whisper Models
How to use download-ggml-model.sh to get the large-v3-turbo model for whisper.cpp. Covers the script internals, model variants, troubleshooting, and performance on Apple Silicon.
Built a Free Superwhisper Alternative Using Claude Code
How to build a local Whisper-based voice input tool for macOS using whisper.cpp. Benchmarks show under 400ms latency on Apple Silicon - better privacy, zero subscription cost.
macOS Dictation with Local Whisper - Sub-Second Latency on Apple Silicon
How local Whisper models on M-series chips deliver sub-second voice input latency for AI agents, eliminating cloud roundtrips and enabling real-time
Self-Hosted Voice Typing with Whisper for AI Agent Input
Run Whisper on a homelab to build a private, low-latency voice typing system that feeds directly into AI agents. No cloud APIs, no subscriptions, full control.
Self-Hosting YouTube Transcript Extraction - YouTube API vs Whisper
Comparing YouTube's built-in captions API with self-hosted Whisper for transcript extraction. When to use each approach and the hidden costs of both.
Running whisper.cpp on Apple Silicon for Local Voice Recognition
The best setup for local voice recognition on Mac: whisper.cpp with large-v3-turbo on Apple Silicon. Here is the model choice, pipeline architecture, and