大模型应用技术开发入门系列
☆112Feb 28, 2026Updated 6 months ago
Alternatives and similar repositories for LLMsBasisDevelopment
Users that are interested in LLMsBasisDevelopment are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 本项目旨在提供一个微调酒店推荐垂直领域大模型并应用的完整闭环案例作为大家的参考案例。本项目使用的基础大模型为Qwen2.5-7B-Instruct。项目特色:完整的垂直应用案例闭环、项目源码剖析开源共享、详实的图文指导手册、手把手全流程实操演示视频☆95Apr 23, 2025Updated last year
- MCP Server测试系列☆35May 16, 2025Updated last year
- 此仓库存储我在YouTube频道和B站频道关于AI Agent相关分享,所有资源全部开源免费☆364Jan 7, 2026Updated 8 months ago
- MCP功能测试,编写LLM(支持OpenAI接口风格的大模型)应用程序调用MCP。MCP(模型上下文协议)是Claude开源的一种开放协议,可实现LLM应用程序与外部数据源和工具之间的无缝集成。☆83Apr 14, 2025Updated last year
- 使用LangGraph+DeepSeek-R1+FastAPI+Gradio实现一个带有记忆功能的流量包推荐智能客服web端用例,同时也支持gpt大模型、国产大模型(OneApi方式)、Ollama本地开源大模型、阿里通义千问大模型☆475Apr 14, 2025Updated last year
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 使用langraph构建Agentic-RAG☆23Jul 30, 2025Updated last year
- 为实现代码的高扩展性和兼容性,提出一套综合解决方案,支持多种大模型类型的无缝集成,包括GPT系列大模型、国内主流模型(如通义千问、智谱AI等),以及本地化部署的大模型(如qwen2.5)。☆28Nov 20, 2024Updated last year
- 面向个人投资者金融投资研究与辅助决策agent系统☆28Jul 9, 2026Updated last month
- fastapi异步IO+threadpool线程池的工作原理☆18Feb 12, 2024Updated 2 years ago
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆339Sep 6, 2024Updated 2 years ago
- 一个低成本、易于上手的多模态大模型学习项目。基于Qwen3-0.6B和CLIP构建,使用LLaVA架构和LoRA微调,在消费级16G显卡上数小时即可完成训练☆55Sep 15, 2025Updated 11 months ago
- 在本项目中使用Haystack框架实现模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户…☆35Dec 21, 2024Updated last year
- Python 实现 MCP client / service☆81May 7, 2025Updated last year
- hrtem lattice fringe image analysis algorithms - developed for carbon nanostructure analysis☆10Jan 9, 2026Updated 7 months ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 心灵伴侣,AI+心理健康Agent项目案例☆98Jul 28, 2025Updated last year
- ☆23Dec 3, 2024Updated last year
- 黑马程序员大模型RAG与Agent智能体项目实战教程,基于主流的LangChain技术从大模型提示词到实战项目☆59Feb 1, 2026Updated 7 months ago
- 本系列内容将带领大家从零基础理解 LangChain V1.x 及其相关生态(包括 LangGraph、DeepAgents 等)在当前主流智能体(Agent)开发中的定位与核心能力。将依次完成基础环境准备、依赖安装、入门级 LLM 调用、Prompt 工程实战、Agent…☆120Jul 27, 2026Updated last month
- [CVPR 2025] This is the official implementation of Keep the Balance: A Parameter-Efficient Symmetrical Framework for RGB+X Semantic Segme…☆27Aug 7, 2025Updated last year
- Stanford CS231n: Convolutional Neural Networks for Visual Recognition☆11Dec 5, 2017Updated 8 years ago
- A comprehensive evaluation framework for Backboard's memory system using the LoCoMo (Long Conversation Memory) benchmark.☆18Nov 3, 2025Updated 10 months ago
- Official implementation for the paper "KG-Infused RAG: Augmenting Corpus-Based RAG with External Knowledge Graphs"☆27Jan 18, 2026Updated 7 months ago
- Official implementation for "Enhancing Semantics in Multimodal Chain of Thought via Soft Negative Sampling"☆10May 21, 2024Updated 2 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- A lightweight c++11 symmetric coroutine library for Linux system.☆15Dec 23, 2019Updated 6 years ago
- 基于HLS的录像与回放服务器, 支持本地存储与 阿里云对象存储OSS云存储☆14Nov 6, 2015Updated 10 years ago
- 小李的大模型应用开发学习路线,涵盖 RAG、Agent、面试八股与论文速读。☆825Aug 10, 2026Updated 3 weeks ago
- STFNet: Self-supervised Transformer for Infrared and Visible Image Fusion☆13Mar 25, 2024Updated 2 years ago
- 本项目系列相关视频为大家测试CrewAI官方提供的Tools☆14Jan 2, 2025Updated last year
- 《大模型项目实战:Agent开发与应用》配套资源☆142Mar 26, 2026Updated 5 months ago
- ☆20Jul 9, 2026Updated last month
- 自己调的网络☆11Sep 5, 2019Updated 7 years ago
- Model implementation and trained network for "A Two-Step Disentanglement Method" by Naama Hadad, Lior Wolf and Moni Shahar☆21Mar 21, 2018Updated 8 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- My projects about data.☆15Apr 28, 2018Updated 8 years ago
- autogen 中文文档☆10Nov 7, 2023Updated 2 years ago
- 一个简单的多模态RAG项目☆378May 13, 2025Updated last year
- KAG开源框架介绍及使用KAG实现知识增强生成应用(产品模式测试、开发者模式测试),KAG是OpenSPG发布v0.5版本中推出的知识增强生成(KAG)的专业领域知识服务框架,旨在充分利用知识图谱和向量检索的优势,增强大型语言模型和知识图谱,以解决 RAG 挑战☆152Apr 14, 2025Updated last year
- Havard Medical Image Fusion Datasets CT-MRI PET-MRI SPECT-MRI☆10Oct 27, 2025Updated 10 months ago
- 本项目是一个基于LangChain构建的多Agent系统,结合Streamlit实现的Web界面,能够根据用户输入进行网络搜索并提供旅游相关的聊天服务。此外,该系统还具备基于本地知识库的推销功能,为用户提供个性化的旅游产品推荐。☆16Apr 20, 2025Updated last year
- An easy tool to transcode 360 VR videos to tile-based streamable MPEG-DASH 360 VR segment sets.☆14Jan 22, 2021Updated 5 years ago