This repository contains the accompanying code for MAX Recipes featured on MAX Builds.
Each recipe is self-contained and demonstrates how to build and deploy AI applications using MAX. The recipes are designed to be practical, reusable examples that you can copy, customize, and deploy.
| Recipe | Description |
|---|---|
| π Auto Documentation Agent | π€ AI-powered documentation generator with repository understanding agent |
| π‘οΈ Safe Code Executor Agent | π Secure code execution agent with sandboxed environment and safety checks |
| π€οΈ AI Weather Assistant | π― Intelligent weather agent with multi-stage LLM pipeline, semantic caching, and real-time updates |
| ποΈ Multimodal RAG | π Multimodal RAG with Colpali embedding, Llama3.2-Vision, Qdrant, Reranker and MAX Serve |
| β‘ Custom ops AI Applications | π Top-K token sampler and Flash Attention as fused custom op on GPU (Mojo π₯ + Python π) |
| π» GPU Functions | π₯ Writing thread-parallel GPU functions and dispatch using MAX Driver API. C -> Mojo patterns |
| π Open WebUI and MAX Serve | π₯οΈ Seamlessly integrate Open WebUI with MAX Serve |
- Install MAX following the getting started
- Browse the recipes in this repository
- Each recipe is self-sufficient - simply follow the
README.mdin its directory for specific setup and usage instructions
We welcome contributions!
- π Report a Bug
- π‘ Request a Feature
- π§ Submit a PR
See the LICENSE file for details.
Made with β€οΈ by the Modular team