Instructions to use mlx-community/whisper-large-v3-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/whisper-large-v3-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir whisper-large-v3-mlx mlx-community/whisper-large-v3-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
metadata
license: mit
library_name: mlx
pipeline_tag: automatic-speech-recognition
Use with mlx-whisper
pip install mlx-whisper
import mlx_whisper
result = mlx_whisper.transcribe(
speech_file,
path_or_hf_repo="mlx-community/whisper-large-v3-mlx")