Skip to main content
MLX Transcribe is a tool for transcribing audio files using MLX Whisper.

Prerequisites

  1. Install ffmpeg
  2. Install mlx-whisper library
  3. Prepare audio files
    • Create a ‘storage/audio’ directory
    • Place your audio files in this directory
    • Supported formats: mp3, mp4, wav, etc.
  4. Download sample audio (optional)
    • Visit the audio-samples (as an example) and save the audio file to the storage/audio directory.

Example

The following agent will use MLX Transcribe to transcribe audio files.
cookbook/14_tools/mlx_transcribe_tools.py

Toolkit Params

Toolkit Functions

Developer Resources