chore: Updated README
This commit is contained in:
parent
1a8f4fdb30
commit
07ddd9d837
1 changed files with 41 additions and 66 deletions
107
README.md
107
README.md
|
|
@ -24,22 +24,46 @@ A curated collection of awesome LLM apps built with RAG and AI agents. This repo
|
|||
|
||||
- [🤔 Why Awesome LLM Apps?](#-why-awesome-llm-apps)
|
||||
- [📂 Featured Projects](#-featured-projects)
|
||||
- [💻 Local Lllama-3 with RAG](#-local-llama-3-with-rag)
|
||||
- [🎯 Generative AI Web Search Assistant](#-generative-ai-web-search-assistant)
|
||||
- [💬 Chat with GitHub Repo](#-chat-with-github-repo)
|
||||
- [📈 AI Investment Agent](#-ai-investment-agent)
|
||||
- [🗞️ AI Journalist Agent](#-ai-journalist-agent)
|
||||
- [💰 AI Personal Finance Agent](#-ai-personal-finance-agent)
|
||||
- [🛫 AI Travel Agent](#-ai-travel-agent)
|
||||
- [🎬 AI Movie Production Agent](#-ai-movie-production-agent)
|
||||
- [📰 Multi-Agent AI Researcher](#-multi-agent-ai-researcher)
|
||||
- [📚 AI Research Agent with Memory](#-ai-research-agent-with-memory)
|
||||
- [📄 Chat with PDF](#-chat-with-pdf)
|
||||
- [💻 Web Scraping AI Agent](#-web-scraping-ai-agent)
|
||||
- [📨 Chat with Gmail](#-chat-with-gmail)
|
||||
- [📽️ Chat with YouTube Videos](#-chat-with-youtube-videos)
|
||||
- [🔎 Chat with Arxiv Research Papers](#-chat-with-arxiv-research-papers)
|
||||
- [📝 Chat with Substack Newsletter](#-chat-with-substack-newsletter)
|
||||
- **AI Agents**
|
||||
- [💼 AI Customer Support Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_customer_support_agent)
|
||||
- [📈 AI Investment Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_investment_agent)
|
||||
- [🗞️ AI Journalist Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_journalist_agent)
|
||||
- [📊 AI Finance Agent Team](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_finance_agent_team)
|
||||
- [💰 AI Personal Finance Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_personal_finance_agent)
|
||||
- [🛫 AI Travel Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_travel_agent)
|
||||
- [🎬 AI Movie Production Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_movie_production_agent)
|
||||
- [📰 Multi-Agent AI Researcher](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/multi_agent_researcher)
|
||||
- [📑 AI Meeting Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_meeting_agent)
|
||||
- [🌐 Local News Agent OpenAI Swarm](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/local_news_agent_openai_swarm)
|
||||
- **RAG (Retrieval Augmented Generation)**
|
||||
- [🔍 Autonomous RAG](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/rag_tutorials/autonomous_rag)
|
||||
- [🔗 Agentic RAG](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/rag_tutorials/agentic_rag)
|
||||
- [🔄 Llama3.1 Local RAG](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/rag_tutorials/llama3.1_local_rag)
|
||||
- [🧩 RAG-as-a-Service](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/rag_tutorials/rag-as-a-service)
|
||||
- **LLM Apps with Memory**
|
||||
- [💾 AI Arxiv Agent with Memory](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/llm_apps_with_memory_tutorials/ai_arxiv_agent_memory)
|
||||
- [📝 LLM App with Personalized Memory](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/llm_apps_with_memory_tutorials/llm_app_personalized_memory)
|
||||
- [🛩️ AI Travel Agent with Memory](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/llm_apps_with_memory_tutorials/ai_travel_agent_memory)
|
||||
- [🗄️ Local ChatGPT with Memory](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/llm_apps_with_memory_tutorials/local_chatgpt_with_memory)
|
||||
- **Chat with X**
|
||||
- [💬 Chat with GitHub Repo](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/chat_with_X_tutorials/chat_with_github)
|
||||
- [📨 Chat with Gmail](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/chat_with_X_tutorials/chat_with_gmail)
|
||||
- [📄 Chat with PDF](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/chat_with_X_tutorials/chat_with_pdf)
|
||||
- [📚 Chat with Research Papers](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/chat_with_X_tutorials/chat_with_research_papers)
|
||||
- [📝 Chat with Substack Newsletter](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/chat_with_X_tutorials/chat_with_substack)
|
||||
- [📽️ Chat with YouTube Videos](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/chat_with_X_tutorials/chat_with_youtube_videos)
|
||||
- **LLM Finetuning**
|
||||
- [🌐 Llama3.2 Finetuning](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/llm_finetuning_tutorials/llama3.2_finetuning)
|
||||
- **Advanced Tools and Frameworks**
|
||||
- [🧪 Gemini Multimodal Chatbot](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/advanced_tools_frameworks/gemini_multimodal_chatbot)
|
||||
- [🔄 Mixture of Agents](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/advanced_tools_frameworks/mixture_of_agents)
|
||||
- [🌐 MultiLLM Chat Playground](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/advanced_tools_frameworks/multillm_chat_playground)
|
||||
- [🔗 LLM Router App](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/advanced_tools_frameworks/llm_router_app)
|
||||
- [💬 Local ChatGPT Clone](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/advanced_tools_frameworks/local_chatgpt_clone)
|
||||
- [🌍 Web Scraping AI Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/advanced_tools_frameworks/web_scrapping_ai_agent)
|
||||
- [🔍 Web Search AI Assistant](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/advanced_tools_frameworks/web_search_ai_assistant)
|
||||
- [🧪 Cursor AI Experiments](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/advanced_tools_frameworks/cursor_ai_experiments)
|
||||
|
||||
- [🚀 Getting Started](#-getting-started)
|
||||
- [🤝 Contributing to Opensource](#-contributing-to-opensource)
|
||||
|
||||
|
|
@ -48,55 +72,6 @@ A curated collection of awesome LLM apps built with RAG and AI agents. This repo
|
|||
- 🔥 Explore apps that combine LLMs from OpenAI, Anthropic, Gemini, and open-source alternatives with RAG and AI Agents.
|
||||
- 🎓 Learn from well-documented projects and contribute to the growing open-source ecosystem of LLM-powered applications.
|
||||
|
||||
## 📂 Featured Projects
|
||||
|
||||
### 💻 Local Lllama-3 with RAG
|
||||
Chat with any webpage using local Llama-3 and Retrieval Augmented Generation (RAG) in a Streamlit app. Enjoy 100% free and offline functionality.
|
||||
|
||||
### 🎯 Generative AI Web Search Assistant
|
||||
Get pinpointed answers to your queries by combining search engines and LLMs using OpenAI's GPT-4 and the DuckDuckGo search engine for accurate responses.
|
||||
|
||||
### 💬 Chat with GitHub Repo
|
||||
Engage in natural conversations with your GitHub repositories using GPT-4. Uncover valuable insights and documentation effortlessly.
|
||||
|
||||
### 📈 AI Investment Agent
|
||||
AI investment agent that compares the performance of two stocks and generates detailed stock reports with company insights, news, and analyst recommendations to help you make smart investment choices.
|
||||
|
||||
### 🗞️ AI Journalist Agent
|
||||
AI-powered journalist agent that generates high-quality articles using OpenAI GPT-4o. It automates the process of researching, writing, and editing articles, allowing you to create compelling content on any topic with ease.
|
||||
|
||||
### 💰 AI Personal Finance Agent
|
||||
AI-powered personal finance planner that generates personalized financial plans using OpenAI GPT-4o. It automates the process of researching, planning, and creating tailored budgets, investment strategies, and savings goals.
|
||||
|
||||
### 🛫 AI Travel Agent
|
||||
AI-powered travel Agent that generates personalized travel itineraries using OpenAI GPT-4o. It automates the process of researching, planning, and organizing your dream vacation, allowing you to explore exciting destinations with ease.
|
||||
|
||||
### 🎬 AI Movie Production Agent
|
||||
AI-powered movie production assistant that helps bring your movie ideas to life using Claude 3.5 Sonnet model. It automates the process of script writing and casting, allowing you to create compelling movie concepts with ease.
|
||||
|
||||
### 📰 Multi-Agent AI Researcher
|
||||
Use a team of AI agents to research top HackerNews stories and users with GPT-4 to generate blog posts, reports, and social media content on autopilot.
|
||||
|
||||
### 📚 AI Research Agent with Memory
|
||||
AI Research Agent that helps user find research papers on Arxiv based on their interests and past interactions with LLMs. It maintains a memory of user interests and past interactions using Mem0 and Qdrant.
|
||||
|
||||
### 📄 Chat with PDF
|
||||
Engage in intelligent conversation and question-answering based on the content of your PDF documents. Simply upload and start asking questions.
|
||||
|
||||
### 💻 Web Scraping AI Agent
|
||||
Intelligently scrape websites using OpenAI API and the scrapegraphai library. Specify the URL and extraction requirements, and let the AI agent handle the rest.
|
||||
|
||||
### 📨 Chat with Gmail
|
||||
Interact with your Gmail inbox using natural language. Get accurate answers to your questions based on the content of your emails with Retrieval Augmented Generation (RAG).
|
||||
|
||||
### 📽️ Chat with YouTube Videos
|
||||
Dive into video content with interactive conversation and question-answering based on YouTube videos. Provide a URL and engage with the video's content through natural language.
|
||||
|
||||
### 🔎 Chat with Arxiv Research Papers
|
||||
Explore the vast knowledge in arXiv research papers through interactive conversations using GPT-4 and unlock insights from millions of research papers.
|
||||
|
||||
### 📝 Chat with Substack Newsletter
|
||||
Chat with a Substack newsletter using OpenAI's API and the Embedchain library in a Streamlit app. Leverage GPT-4 for precise answers based on newsletter content.
|
||||
|
||||
## 🚀 Getting Started
|
||||
|
||||
|
|
@ -127,4 +102,4 @@ Contributions are welcome! If you have any ideas, improvements, or new apps to a
|
|||
|
||||
[](https://star-history.com/#Shubhamsaboo/awesome-llm-apps&Date)
|
||||
|
||||
🌟 **Don’t miss out on future updates! Star the repo now and be the first to know about new and exciting LLM applications with RAG.**
|
||||
🌟 **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.**
|
||||
|
|
|
|||
Loading…
Reference in a new issue