pyre-code-ml-practice
Installation
SKILL.md
Pyre Code ML Practice Platform
Skill by ara.so — Daily 2026 Skills collection.
Pyre Code is a self-hosted ML coding practice platform with 68 problems ranging from ReLU to flow matching. Users implement internals of modern AI systems (Transformers, vLLM, TRL, diffusion models) in a browser editor with instant pass/fail feedback, no GPU required.
Installation
Option A — One-liner (recommended)
git clone https://github.com/whwangovo/pyre-code.git
cd pyre-code
./setup.sh
npm run dev