This is the repo used for the Jan 2026 JaxNode meetup.
The slides for this presentation can be found at the following link.
To run these examples you will need to have Python and Node.js both installed. You will also need a computer with some sort of GPU. It can be AMD , NVidia or Apple based GPU. You will also need PNPM installed.
Here are the instructions for running the examples.
- Clone the repo to your desktop
- cd into the directory
run_ai_models_on_webin your terminal. - Use PNPM to install your dependencies with the following command:
$ pnpm install - For the Python example I used Pixi to install the requirements. Run the command
$ pixi install