GitHub Trending Repositories

Shubhamsaboo/awesome-llm-apps

Author: Shubhamsaboo

Stars: 227 stars today

Description: Collection of awesome LLM apps with AI Agents and RAG using OpenAI, Anthropic, Gemini and opensource models.

README

Unwind AI

LinkedIn Twitter

Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文


🌟 Awesome LLM Apps

A curated collection of Awesome LLM apps built with RAG, AI Agents, Multi-agent Teams, MCP, Voice Agents, and more. This repository features LLM apps that use models from openai logoOpenAI , anthropic logoAnthropic, google logoGoogle, X logoxAI and open-source models like alibaba logoQwen or meta logoLlama that you can run locally on your computer.

Shubhamsaboo%2Fawesome-llm-apps | Trendshift

🤔 Why Awesome LLM Apps?

🙏 Thanks to our sponsors

Tiger Data
Tiger Data MCP
Speechmatics
Speechmatics
Okara
Okara AI
Become a Sponsor
Become a Sponsor

📂 Featured AI Projects

AI Agents

🌱 Starter AI Agents

🚀 Advanced AI Agents

🎮 Autonomous Game Playing Agents

🤝 Multi-agent Teams

🗣️ Voice AI Agents

mcp logo MCP AI Agents

📀 RAG (Retrieval Augmented Generation)

💾 LLM Apps with Memory Tutorials

💬 Chat with X Tutorials

🎯 LLM Optimization Tools

🔧 LLM Fine-tuning Tutorials

🧑‍🏫 AI Agent Framework Crash Course

google logo Google ADK Crash Course - Starter agent; model‑agnostic (OpenAI, Claude) - Structured outputs (Pydantic) - Tools: built‑in, function, third‑party, MCP tools - Memory; callbacks; Plugins - Simple multi‑agent; Multi‑agent patterns

openai logo OpenAI Agents SDK Crash Course - Starter agent; function calling; structured outputs - Tools: built‑in, function, third‑party integrations - Memory; callbacks; evaluation - Multi‑agent patterns; agent handoffs - Swarm orchestration; routing logic

🚀 Getting Started

  1. Clone the repository

    bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git

  2. Navigate to the desired project directory

    bash cd awesome-llm-apps/starter_ai_agents/ai_travel_agent

  3. Install the required dependencies

    bash pip install -r requirements.txt

  4. Follow the project-specific instructions in each project's README.md file to set up and run the app.

github logo Thank You, Community, for the Support! 🙏

Star History Chart

🌟 Don’t miss out on future updates! Star the repo now and be the first to know about new and exciting LLM apps with RAG and AI Agents.

File Structure

Unable to fetch file structure.

Back to Trending