MLX
awni's picture
Create README.md
9bd1b50 verified
metadata
license: mit
library_name: mlx

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-v2-mlx-fp32")