Whisper
Collection
OpenAI Whisper speech recognition models in MLX format • 48 items • Updated • 68
How to use mlx-community/whisper-turbo with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir whisper-turbo mlx-community/whisper-turbo
This model was converted to MLX format from turbo.
pip install mlx-whisper
import mlx_whisper
result = mlx_whisper.transcribe(
"FILE_NAME",
path_or_hf_repo=mlx-community/whisper-turbo,
)