updated the README
This commit is contained in:
parent
3fd0513ba4
commit
fda6b53657
7 changed files with 25 additions and 38 deletions
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/)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# 🚀 Product Launch Intelligence Agent
|
||||
# 🚀 AI Product Launch Intelligence Agent
|
||||
|
||||
A **streamlined intelligence hub** for Go-To-Market (GTM) & Product-Marketing teams.
|
||||
Built with **Streamlit + Agno (GPT-4o) + Firecrawl**, the app turns scattered public-web data into concise, actionable launch insights.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import os
|
|||
|
||||
# ---------------- Page Config ----------------
|
||||
st.set_page_config(
|
||||
page_title="Product Intelligence Agent",
|
||||
page_title="AI Product Intelligence Agent",
|
||||
page_icon="🚀",
|
||||
layout="wide",
|
||||
initial_sidebar_state="expanded"
|
||||
|
|
@ -213,7 +213,7 @@ def expand_metrics_report(bullet_text: str, launch: str) -> str:
|
|||
return resp.content if hasattr(resp, "content") else str(resp)
|
||||
|
||||
# ---------------- UI ----------------
|
||||
st.title("🚀 Product Launch Intelligence Agent")
|
||||
st.title("🚀 AI Product Launch Intelligence Agent")
|
||||
st.markdown("*AI-powered insights for GTM, Product Marketing & Growth Teams*")
|
||||
|
||||
st.divider()
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
## 🌍 AI Travel Planner Agent
|
||||
## 🌍 AI Travel Planner MCP Agent
|
||||
|
||||
This is a Streamlit-based application that helps users plan their travel itineraries using AI. The app integrates with various mcp servers to provide a comprehensive travel planning experience, including weather forecasts, maps, and calendar integration.
|
||||
|
||||
## Features
|
||||
## MCP Servers Integration
|
||||
|
||||
### MCP Servers Integration
|
||||
|
||||
This project utilizes several MCP (Model Context Protocol) servers to provide a comprehensive travel planning experience:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# 🌐 MCP Browser Agent
|
||||
# 🌐 Browser MCP Agent
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# 🐙 MCP GitHub Agent
|
||||
# 🐙 GitHub MCP Agent
|
||||
|
||||
A Streamlit application that allows you to explore and analyze GitHub repositories using natural language queries through the Model Context Protocol (MCP).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Notion MCP Agent with Agno
|
||||
# 📑 Notion MCP Agent
|
||||
|
||||
A terminal-based Notion Agent for interacting with your Notion pages using natural language through the Notion MCP (Model Context Protocol) server.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue