Skip to content

modular/max-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 MAX Recipes

CI

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.

🎯 Featured Recipes

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

Getting started

  1. Install MAX following the getting started
  2. Browse the recipes in this repository
  3. Each recipe is self-sufficient - simply follow the README.md in its directory for specific setup and usage instructions

🤝 Contributing

We welcome contributions!

📚 Resources

License

See the LICENSE file for details.


Made with ❤️ by the Modular team