今天要给大家推荐一个 GitHub 开源项目 awesome-llm-apps,该项目在 GitHub 有超过 7.1k Star。一句话介绍该项目:Collection of awesome LLM apps with RAG using OpenAI, Anthropic, Gemini and opensource models.项目介绍 Awesome LLM Apps 是一个精选的 LLM 应用集合,这些应用均构建于 RAG (检索增强生成)...
开发者洞察:这个项目最惊艳的不是现成的代码,而是它揭示的LLM应用开发范式。通过拆解200+真实案例,你会掌握从Prompt Engineering到模型微调的完整知识体系。现在就开始你的LLM大师之路吧! 项目地址: https://github.com/Shubhamsaboo/awesome-llm-apps ···END··· 推荐阅读 •Github 资料项目合集 •4核...
Awesome LLM Apps[1]是一个精选的大型语言模型(LLM)应用集合,这些应用结合了检索增强生成(RAG)技术和人工智能代理。 项目收录了使用OpenAI、Anthropic、Google等公司的模型以及开源模型(如LLaMA)构建的应用,可以在自己的计算机上本地运行这些模型。 项目特点 主要特点 多领域应用:探索LLM在不同领域的实际和创新应用,从...
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git Navigate to the desired project directory cd awesome-llm-apps/chat_with_X_tutorials/chat_with_gmail Install the required dependencies pip install -r requirements.txt Follow the project-specific instructions in each project's README....
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git cd ai_agent_tutorials/ai_coding_agent_o3-mini Install the dependencies pip install -r requirements.txt Run the Streamlit app streamlit run ai_coding_agent_o3.py Configure API Keys Enter your API keys in the sidebar All three ...
GitHub 上一份精心整理的大语言模型在不同领域的实际应用集合:Awesome LLM Apps。 涵盖了客服、法律、健康、旅游、数据分析等场景的智能体,以及结合 RGA(检索增强生成)和具备记忆功能的应用。 发布于 2024-12-23 17:49・IP 属地北京 写下你的评论... ...
ai_agent_tutorials chat_with_X_tutorials docs llm_apps_with_memory_tutorials llm_finetuning_tutorials mcp_ai_agents/github_mcp_agent README.md github_agent.py requirements.txt rag_tutorials .gitignore LICENSE README.mdBreadcrumbs awesome-llm-apps /mcp_ai_agents /github_mcp_agent / README.mdL...
Collection of awesome LLM apps with RAG using OpenAI, Anthropic, Gemini and opensource models. - awesome-llm-apps/llama3.2_finetuning at main · S-YOU/awesome-llm-apps
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} Penn-Lam / awesome-llm-apps Public forked from Shubhamsaboo/awesome-llm-apps Notifications You must be signed in to change notification settings Fork 0 ...
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git cd rag_tutorials/gemini_agentic_rag Install dependencies: pip install -r requirements.txt Run the application: streamlit run agentic_rag_gemini.py Usage Configure API keys in the sidebar: Enter your Google API key Add Qdrant cre...