mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-04-30 07:08:44 -05:00
updated the README
This commit is contained in:
46
README.md
46
README.md
@@ -17,7 +17,7 @@
|
||||
|
||||
# 🌟 Awesome LLM Apps
|
||||
|
||||
A curated collection of awesome LLM apps built with RAG and AI agents. This repository features LLM apps that use models from OpenAI, Anthropic, Google, and open-source models like DeepSeek, Qwen or Llama that you can run locally on your computer.
|
||||
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, Anthropic, Google, and open-source models like DeepSeek, Qwen or Llama that you can run locally on your computer.
|
||||
|
||||
<p align="center">
|
||||
<a href="https://trendshift.io/repositories/9876" target="_blank">
|
||||
@@ -28,21 +28,9 @@ A curated collection of awesome LLM apps built with RAG and AI agents. This repo
|
||||
## 🤔 Why Awesome LLM Apps?
|
||||
|
||||
- 💡 Discover practical and creative ways LLMs can be applied across different domains, from code repositories to email inboxes and more.
|
||||
- 🔥 Explore apps that combine LLMs from OpenAI, Anthropic, Gemini, and open-source alternatives with RAG and AI Agents.
|
||||
- 🔥 Explore apps that combine LLMs from OpenAI, Anthropic, Gemini, and open-source alternatives with AI Agents, Agent Teams, MCP & RAG.
|
||||
- 🎓 Learn from well-documented projects and contribute to the growing open-source ecosystem of LLM-powered applications.
|
||||
|
||||
## 🚨 Open Source AI Agent Hackathon
|
||||
|
||||
We're launching a Global AI Agent Hackathon in collaboration with AI Agent ecosystem partners — open to all developers, builders, and startups working on agents, RAG, tool use, or multi-agent systems.
|
||||
|
||||
- Win up to **$25,000** in cash by building Agents
|
||||
- Top 5 projects will be featured in the top trending [Awesome LLM Apps](https://github.com/Shubhamsaboo/awesome-llm-apps) repo.
|
||||
- **$20,000** worth of API and tool use credits from the partners
|
||||
|
||||
### Participate Now: [Global AI Agent Hackathon](https://github.com/global-agent-hackathon/global-agent-hackathon-may-2025)
|
||||
|
||||
⭐ Star this repo and subscribe to [Unwind AI](https://www.theunwindai.com) for latest updates.
|
||||
|
||||
## 📂 Featured AI Projects
|
||||
|
||||
### AI Agents
|
||||
@@ -72,6 +60,7 @@ We're launching a Global AI Agent Hackathon in collaboration with AI Agent ecosy
|
||||
* [🎬 AI Movie Production Agent](advanced_ai_agents/single_agent_apps/ai_movie_production_agent/)
|
||||
* [📈 AI Investment Agent](advanced_ai_agents/single_agent_apps/ai_investment_agent/)
|
||||
* [🏋️♂️ AI Health & Fitness Agent](advanced_ai_agents/single_agent_apps/ai_health_fitness_agent/)
|
||||
* [🚀 AI Product Launch Intelligence Agent](advanced_ai_agents/multi_agent_apps/product_launch_intelligence_agent)
|
||||
* [🗞️ AI Journalist Agent](advanced_ai_agents/single_agent_apps/ai_journalist_agent/)
|
||||
* [🧠 AI Mental Wellbeing Agent](advanced_ai_agents/multi_agent_apps/ai_mental_wellbeing_agent/)
|
||||
* [📑 AI Meeting Agent](advanced_ai_agents/single_agent_apps/ai_meeting_agent/)
|
||||
@@ -104,12 +93,14 @@ We're launching a Global AI Agent Hackathon in collaboration with AI Agent ecosy
|
||||
|
||||
### 🌐 MCP AI Agents
|
||||
|
||||
* [♾️ MCP Browser Agent](mcp_ai_agents/browser_mcp_agent/)
|
||||
* [🐙 MCP GitHub Agent](mcp_ai_agents/github_mcp_agent/)
|
||||
|
||||
* [♾️ Browser MCP Agent](mcp_ai_agents/browser_mcp_agent/)
|
||||
* [🐙 GitHub MCP Agent](mcp_ai_agents/github_mcp_agent/)
|
||||
* [📑 Notion MCP Agent](mcp_ai_agents/notion_mcp_agent)
|
||||
* [🌍 AI Travel Planner MCP Agent](mcp_ai_agents/ai_travel_planner_mcp_agent_team)
|
||||
|
||||
### RAG (Retrieval Augmented Generation)
|
||||
* [🔗 Agentic RAG](rag_tutorials/agentic_rag/)
|
||||
* [🧐 Agentic RAG with Reasoning](rag_tutorials/agentic_rag_with reasoning)
|
||||
* [📰 AI Blog Search (RAG)](rag_tutorials/ai_blog_search/)
|
||||
* [🔍 Autonomous RAG](rag_tutorials/autonomous_rag/)
|
||||
* [🔄 Corrective RAG (CRAG)](rag_tutorials/corrective_rag/)
|
||||
@@ -125,11 +116,15 @@ We're launching a Global AI Agent Hackathon in collaboration with AI Agent ecosy
|
||||
* [📠 RAG with Database Routing](rag_tutorials/rag_database_routing/)
|
||||
* [🖼️ Vision RAG](rag_tutorials/vision_rag/)
|
||||
|
||||
### MCP AI Agents
|
||||
- [🐙 MCP GitHub Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/mcp_ai_agents/github_mcp_agent)
|
||||
- [♾️ MCP Browser Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/mcp_ai_agents/browser_mcp_agent)
|
||||
### 💾 LLM Apps with Memory Tutorials
|
||||
|
||||
* [💾 AI ArXiv Agent with Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/ai_arxiv_agent_memory/)
|
||||
* [🛩️ AI Travel Agent with Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/ai_travel_agent_memory/)
|
||||
* [💬 Llama3 Stateful Chat](advanced_llm_apps/llm_apps_with_memory_tutorials/llama3_stateful_chat/)
|
||||
* [📝 LLM App with Personalized Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/llm_app_personalized_memory/)
|
||||
* [🗄️ Local ChatGPT Clone with Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/)
|
||||
* [🧠 Multi-LLM Application with Shared Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/multi_llm_memory/)
|
||||
|
||||
### 🧠 Advanced LLM Apps
|
||||
|
||||
### 💬 Chat with X Tutorials
|
||||
|
||||
@@ -140,15 +135,6 @@ We're launching a Global AI Agent Hackathon in collaboration with AI Agent ecosy
|
||||
* [📝 Chat with Substack](advanced_llm_apps/chat_with_X_tutorials/chat_with_substack/)
|
||||
* [📽️ Chat with YouTube Videos](advanced_llm_apps/chat_with_X_tutorials/chat_with_youtube_videos/)
|
||||
|
||||
### 💾 LLM Apps with Memory Tutorials
|
||||
|
||||
* [💾 AI ArXiv Agent with Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/ai_arxiv_agent_memory/)
|
||||
* [🛩️ AI Travel Agent with Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/ai_travel_agent_memory/)
|
||||
* [💬 Llama3 Stateful Chat](advanced_llm_apps/llm_apps_with_memory_tutorials/llama3_stateful_chat/)
|
||||
* [📝 LLM App with Personalized Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/llm_app_personalized_memory/)
|
||||
* [🗄️ Local ChatGPT Clone with Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/)
|
||||
* [🧠 Multi-LLM Application with Shared Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/multi_llm_memory/)
|
||||
|
||||
### 🔧 LLM Fine-tuning Tutorials
|
||||
|
||||
* [🔧 Llama 3.2 Fine-tuning](advanced_llm_apps/llm_finetuning_tutorials/llama3.2_finetuning/)
|
||||
|
||||
Reference in New Issue
Block a user