whisper-turbo / README.md
awni's picture
Upload folder using huggingface_hub
ec8e501 verified
metadata
library_name: mlx

whisper-turbo

This model was converted to MLX format from turbo.

Use with mlx

pip install mlx-whisper
import mlx_whisper

result = mlx_whisper.transcribe(
    "FILE_NAME",
    path_or_hf_repo=mlx-community/whisper-turbo,
)