Awesome LLM Apps
ActiveDescription
100+ AI Agent and RAG apps you can actually run — clone, customize, and ship. A great reference for quickly building LLM-powered applications.
Key Features
- 100+ runnable templates — Original, end-to-end tested projects, not a curated link collection
- 14 categories — AI Agents, Multi-agent, MCP Agents, Voice AI, RAG, Agent Skills, Fine-tuning, and more
- Multi-model compatible — Supports Claude, Gemini, OpenAI, xAI, Qwen, Llama with config-only switching
- 3-command startup — Every template guaranteed to run with git clone + pip install + launch command
- Step-by-step tutorials — Free detailed walkthroughs on Unwind AI for each featured template
- Apache-2.0 license — Free to fork, commercialize, and distribute with no paywall or restrictions
Use Cases
Categories
Quick Start
# Clone the repo
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd awesome-llm-apps/starter_ai_agents/ai_travel_agent
# Install deps and launch
pip install -r requirements.txt
streamlit run travel_agent.py