Here's a uv one-liner that downloads and runs the MLX model against a local mp3 file
uv run --with mlx-audio python -m mlx_audio.stt.generate \
--model mlx-community/VibeVoice-ASR-4bit \
--audio lenny.mp3 --output-path lenny \
--format json --verbose --max-tokens 32768 https://t
LiteParse 浏览器版现已上线:https://simonw.github.io/liteparse/
我在博客上详细记录了如何使用 Claude Code(运行一小时)构建它的过程:https://simonwillison.net/2026/Apr/23/liteparse-for-the-web/