mlx-examples/wwdc25/README.md
2025-06-10 10:23:25 -07:00

1.5 KiB

🧑‍💻 WWDC25 MLX Examples

This directory includes Jupyter notebooks and Xcode project with code covered in WWDC25 MLX sessions:

🚀 Quick Start

  1. Download the examples

    Clone this repository and navigate to the wwdc25 directory

  2. Install Python dependencies

    If you're using venv

    # create a virtual environment named 'mlx'
    python3 -m venv mlx
    
    # activate it
    source mlx/bin/activate
    
    # install required packages
    pip install -r requirements.txt
    

    If you're using conda

    conda create -n mlx python=3.12 -y
    
    # activate it
    conda activate mlx
    
    # install required packages
    pip install -r requirements.txt
    
  3. Launch Jupyter Lab

    jupyter lab
    

    Your default browser should open at http://localhost:8888/lab.

  4. Open the following Jupyter notebooks and run

  1. Open Xcode project and run