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.md
in its directory for specific setup and usage instructions
We welcome contributions!
See the LICENSE file for details.
Made with ❤️ by the Modular team