--- library_name: mlx --- # josephhaaga-transcribe-arlco-calls This model was converted to MLX format from [`josephhaaga/transcribe-arlco-calls`](). ## Use with mlx ```bash pip install mlx-whisper ``` ```python import mlx_whisper result = mlx_whisper.transcribe( "FILE_NAME", path_or_hf_repo=mlx-community/josephhaaga-transcribe-arlco-calls, ) ```