awesome_deep_learning_interpretability

GitHub
765 125 非常简单 1 次阅读 2周前MIT语言模型图像开发框架
AI 解读 由 AI 自动生成,仅供参考

awesome_deep_learning_interpretability 是一个专注于深度学习模型可解释性的开源资源库,旨在帮助开发者理解神经网络“黑盒”背后的决策逻辑。随着 AI 在医疗、金融等高风险领域的应用日益广泛,模型透明度成为关键痛点。该工具系统整理了近年来顶会(如 CVPR、NeurIPS、ICLR)中高引用的相关论文,涵盖视觉解释、因果推断、不确定性评估等前沿方向,并附带代码实现链接与 PDF 文献下载渠道,部分资源已整理至云端方便获取。

它主要解决了研究人员和工程师在复现算法、对比方法或寻找灵感时资料分散、难以追踪最新进展的问题。通过按引用量排序和分类展示,用户能快速定位高影响力工作,例如 Score-CAM、ProtoPNet 等经典可视化技术,或关于解释忠实度与敏感性的理论分析。

适合人工智能领域的研究人员、算法工程师及对模型透明性有需求的技术决策者使用。无论是希望提升模型可信度,还是探索可解释性新范式,awesome_deep_learning_interpretability 都提供了一条高效、结构化的学习路径。其持续更新的机制也确保了内容紧跟学术前沿,是深入理解深度学习内部机制的实用指南。

使用场景

某医疗 AI 团队正在开发基于卷积神经网络的肺结节筛查系统,急需向医院专家证明模型判断依据的可靠性以通过伦理审查。

没有 awesome_deep_learning_interpretability 时

  • 文献调研效率极低:团队成员需手动在 arXiv、Google Scholar 等平台大海捞针,难以快速定位如 Score-CAM 或 ProtoPNet 等兼具高引用率与开源代码的顶会论文。
  • 复现门槛过高:找到的论文往往缺乏官方代码实现,或代码版本过旧无法运行,导致算法验证周期从几天拖延至数周。
  • 解释方案单一且不可信:因缺乏对比基准,团队仅能使用基础的热力图方法,无法评估其在数据分布偏移下的不确定性,难以回应医生对“假阳性”原因的质疑。
  • 合规风险大:由于无法提供符合最新学术标准的细粒度视觉解释,项目面临无法通过医疗器械审批的风险。

使用 awesome_deep_learning_interpretability 后

  • 精准锁定前沿方案:直接利用按引用排序的列表,迅速锁定 CVPR 和 NeurIPS 上关于“细粒度视觉解释”和“不确定性评估”的 159 篇核心论文及对应 PyTorch/TensorFlow 代码。
  • 加速算法落地验证:依托仓库提供的现成代码链接(如 ACE 或 CXPlain),团队在两天内成功复现了多种解释算法,并快速集成到现有管线中。
  • 构建多维可信报告:结合列表中关于“概念级解释”和“因果推断”的研究,生成了不仅展示“哪里有问题”,还能说明“为什么像结节”的深度报告,有效消除了医生疑虑。
  • 顺利通过伦理审查:引用列表中高权重的社会学洞察论文作为理论支撑,使模型的可解释性论证达到了顶级学术会议标准,大幅提升了审批通过率。

awesome_deep_learning_interpretability 将原本耗时数月的黑盒模型“白盒化”探索过程,压缩为以天为单位的高效技术攻关,成为连接深度学习性能与行业信任的关键桥梁。

运行环境要求

GPU

未说明

内存

未说明

依赖
notes该仓库是一个深度学习可解释性论文的汇总列表(Awesome List),并非一个可直接运行的软件工具或代码库。它主要提供论文链接、引用次数以及部分论文对应的独立代码库地址(涵盖 PyTorch, TensorFlow, Keras, Caffe, Chainer 等多种框架)。因此,没有统一的运行环境、依赖库或硬件需求。用户需根据列表中具体想复现的某篇论文,前往其对应的独立代码仓库查看具体的环境配置要求。
python未说明
awesome_deep_learning_interpretability hero image

快速开始

令人惊叹的深度学习可解释性

近年来深度学习领域关于模型可解释性的相关论文。

按引用次数排序,请参见引用排序

共159篇论文的PDF文件(其中2篇需通过Sci-Hub获取)已上传至腾讯微云

不定期更新。

Year Publication Paper Citation code
2020 CVPR Explaining Knowledge Distillation by Quantifying the Knowledge 81
2020 CVPR High-frequency Component Helps Explain the Generalization of Convolutional Neural Networks 289
2020 CVPRW Score-CAM: Score-Weighted Visual Explanations for Convolutional Neural Networks 414 Pytorch
2020 ICLR Knowledge consistency between neural networks and beyond 28
2020 ICLR Interpretable Complex-Valued Neural Networks for Privacy Protection 23
2019 AI Explanation in artificial intelligence: Insights from the social sciences 3248
2019 NMI Stop Explaining Black Box Machine Learning Models for High Stakes Decisions and Use Interpretable Models Instead 3505
2019 NeurIPS Can you trust your model's uncertainty? Evaluating predictive uncertainty under dataset shift 1052 -
2019 NeurIPS This looks like that: deep learning for interpretable image recognition 665 Pytorch
2019 NeurIPS A benchmark for interpretability methods in deep neural networks 413
2019 NeurIPS Full-gradient representation for neural network visualization 155
2019 NeurIPS On the (In) fidelity and Sensitivity of Explanations 226
2019 NeurIPS Towards Automatic Concept-based Explanations 342 Tensorflow
2019 NeurIPS CXPlain: Causal explanations for model interpretation under uncertainty 133
2019 CVPR Interpreting CNNs via Decision Trees 293
2019 CVPR From Recognition to Cognition: Visual Commonsense Reasoning 544 Pytorch
2019 CVPR Attention branch network: Learning of attention mechanism for visual explanation 371
2019 CVPR Interpretable and fine-grained visual explanations for convolutional neural networks 116
2019 CVPR Learning to Explain with Complemental Examples 36
2019 CVPR Revealing Scenes by Inverting Structure from Motion Reconstructions 84 Tensorflow
2019 CVPR Multimodal Explanations by Predicting Counterfactuality in Videos 26
2019 CVPR Visualizing the Resilience of Deep Convolutional Network Interpretations 2
2019 ICCV U-CAM: Visual Explanation using Uncertainty based Class Activation Maps 61
2019 ICCV Towards Interpretable Face Recognition 66
2019 ICCV Taking a HINT: Leveraging Explanations to Make Vision and Language Models More Grounded 163
2019 ICCV Understanding Deep Networks via Extremal Perturbations and Smooth Masks 276 Pytorch
2019 ICCV Explaining Neural Networks Semantically and Quantitatively 49
2019 ICLR Hierarchical interpretations for neural network predictions 111 Pytorch
2019 ICLR How Important Is a Neuron? 101
2019 ICLR Visual Explanation by Interpretation: Improving Visual Feedback Capabilities of Deep Neural Networks 56
2018 ICML Extracting Automata from Recurrent Neural Networks Using Queries and Counterexamples 169 Pytorch
2019 ICML Towards A Deep and Unified Understanding of Deep Neural Models in NLP 80 Pytorch
2019 ICAIS Interpreting black box predictions using fisher kernels 80
2019 ACMFAT Explaining explanations in AI 558
2019 AAAI Interpretation of neural networks is fragile 597 Tensorflow
2019 AAAI Classifier-agnostic saliency map extraction 23
2019 AAAI Can You Explain That? Lucid Explanations Help Human-AI Collaborative Image Retrieval 11
2019 AAAIW Unsupervised Learning of Neural Networks to Explain Neural Networks 28
2019 AAAIW Network Transplanting 4
2019 CSUR A Survey of Methods for Explaining Black Box Models 3088
2019 JVCIR Interpretable convolutional neural networks via feedforward design 134 Keras
2019 ExplainAI The (Un)reliability of saliency methods 515
2019 ACL Attention is not Explanation 920
2019 EMNLP Attention is not not Explanation 667
2019 arxiv Attention Interpretability Across NLP Tasks 129
2019 arxiv Interpretable CNNs 2
2018 ICLR Towards better understanding of gradient-based attribution methods for deep neural networks 775
2018 ICLR Learning how to explain neural networks: PatternNet and PatternAttribution 342
2018 ICLR On the importance of single directions for generalization 282 Pytorch
2018 ICLR Detecting statistical interactions from neural network weights 148 Pytorch
2018 ICLR Interpretable counting for visual question answering 55 Pytorch
2018 CVPR Interpretable Convolutional Neural Networks 677
2018 CVPR Tell me where to look: Guided attention inference network 454 Chainer
2018 CVPR Multimodal Explanations: Justifying Decisions and Pointing to the Evidence 349 Caffe
2018 CVPR Transparency by design: Closing the gap between performance and interpretability in visual reasoning 180 Pytorch
2018 CVPR Net2vec: Quantifying and explaining how concepts are encoded by filters in deep neural networks 186
2018 CVPR What have we learned from deep representations for action recognition? 52
2018 CVPR Learning to Act Properly: Predicting and Explaining Affordances from Images 57
2018 CVPR Teaching Categories to Human Learners with Visual Explanations 64 Pytorch
2018 CVPR What do deep networks like to see? 36
2018 CVPR Interpret Neural Networks by Identifying Critical Data Routing Paths 73 Tensorflow
2018 ECCV Deep clustering for unsupervised learning of visual features 2056 Pytorch
2018 ECCV Explainable neural computation via stack neural module networks 164 Tensorflow
2018 ECCV Grounding visual explanations 184
2018 ECCV Textual explanations for self-driving vehicles 196
2018 ECCV Interpretable basis decomposition for visual explanation 228 Pytorch
2018 ECCV Convnets and imagenet beyond accuracy: Understanding mistakes and uncovering biases 147
2018 ECCV Vqa-e: Explaining, elaborating, and enhancing your answers for visual questions 71
2018 ECCV Choose Your Neuron: Incorporating Domain Knowledge through Neuron-Importance 41 Pytorch
2018 ECCV Diverse feature visualizations reveal invariances in early layers of deep neural networks 23 Tensorflow
2018 ECCV ExplainGAN: Model Explanation via Decision Boundary Crossing Transformations 36
2018 ICML Interpretability beyond feature attribution: Quantitative testing with concept activation vectors 1130 Tensorflow
2018 ICML Learning to explain: An information-theoretic perspective on model interpretation 421
2018 ACL Did the Model Understand the Question? 171 Tensorflow
2018 FITEE Visual interpretability for deep learning: a survey 731
2018 NeurIPS Sanity Checks for Saliency Maps 1353
2018 NeurIPS Explanations based on the missing: Towards contrastive explanations with pertinent negatives 443 Tensorflow
2018 NeurIPS Towards robust interpretability with self-explaining neural networks 648 Pytorch
2018 NeurIPS Attacks meet interpretability: Attribute-steered detection of adversarial samples 142
2018 NeurIPS DeepPINK: reproducible feature selection in deep neural networks 125 Keras
2018 NeurIPS Representer point selection for explaining deep neural networks 182 Tensorflow
2018 NeurIPS Workshop Interpretable convolutional filters with sincNet 97
2018 AAAI Anchors: High-precision model-agnostic explanations 1517
2018 AAAI Improving the adversarial robustness and interpretability of deep neural networks by regularizing their input gradients 537 Tensorflow
2018 AAAI Deep learning for case-based reasoning through prototypes: A neural network that explains its predictions 396 Tensorflow
2018 AAAI Interpreting CNN Knowledge via an Explanatory Graph 199 Matlab
2018 AAAI Examining CNN Representations with respect to Dataset Bias 88
2018 WACV Grad-cam++: Generalized gradient-based visual explanations for deep convolutional networks 1459
2018 IJCV Top-down neural attention by excitation backprop 778
2018 TPAMI Interpreting deep visual representations via network dissection 252
2018 DSP Methods for interpreting and understanding deep neural networks 2046
2018 Access Peeking inside the black-box: A survey on Explainable Artificial Intelligence (XAI) 3110
2018 JAIR Learning Explanatory Rules from Noisy Data 440 Tensorflow
2018 MIPRO Explainable artificial intelligence: A survey 794
2018 BMVC Rise: Randomized input sampling for explanation of black-box models 657
2018 arxiv Distill-and-Compare: Auditing Black-Box Models Using Transparent Model Distillation 194
2018 arxiv Manipulating and measuring model interpretability 496
2018 arxiv How convolutional neural network see the world-A survey of convolutional neural network visualization methods 211
2018 arxiv Revisiting the importance of individual units in cnns via ablation 93
2018 arxiv Computationally Efficient Measures of Internal Neuron Importance 10
2017 ICML Understanding Black-box Predictions via Influence Functions 2062 Pytorch
2017 ICML Axiomatic attribution for deep networks 3654 Keras
2017 ICML Learning Important Features Through Propagating Activation Differences 2835
2017 ICLR Visualizing deep neural network decisions: Prediction difference analysis 674 Caffe
2017 ICLR Exploring LOTS in Deep Neural Networks 34
2017 NeurIPS A Unified Approach to Interpreting Model Predictions 11511
2017 NeurIPS Real time image saliency for black box classifiers 483 Pytorch
2017 NeurIPS SVCCA: Singular Vector Canonical Correlation Analysis for Deep Learning Dynamics and Interpretability 473
2017 CVPR Mining Object Parts from CNNs via Active Question-Answering 29
2017 CVPR Network dissection: Quantifying interpretability of deep visual representations 1254
2017 CVPR Improving Interpretability of Deep Neural Networks with Semantic Information 118
2017 CVPR MDNet: A Semantically and Visually Interpretable Medical Image Diagnosis Network 307 Torch
2017 CVPR Making the V in VQA matter: Elevating the role of image understanding in Visual Question Answering 1686
2017 CVPR Knowing when to look: Adaptive attention via a visual sentinel for image captioning 1392 Torch
2017 CVPRW Interpretable 3d human action analysis with temporal convolutional networks 539
2017 ICCV Grad-cam: Visual explanations from deep networks via gradient-based localization 13006 Pytorch
2017 ICCV Interpretable Explanations of Black Boxes by Meaningful Perturbation 1293 Pytorch
2017 ICCV Interpretable Learning for Self-Driving Cars by Visualizing Causal Attention 323
2017 ICCV Understanding and comparing deep neural networks for age and gender classification 130
2017 ICCV Learning to disambiguate by asking discriminative questions 26
2017 IJCAI Right for the right reasons: Training differentiable models by constraining their explanations 429
2017 IJCAI Understanding and improving convolutional neural networks via concatenated rectified linear units 510 Caffe
2017 AAAI Growing Interpretable Part Graphs on ConvNets via Multi-Shot Learning 67 Matlab
2017 ACL Visualizing and Understanding Neural Machine Translation 179
2017 EMNLP A causal framework for explaining the predictions of black-box sequence-to-sequence models 192
2017 CVPR Workshop Looking under the hood: Deep neural network visualization to interpret whole-slide image analysis outcomes for colorectal polyps 47
2017 survey Interpretability of deep learning models: a survey of results 345
2017 arxiv SmoothGrad: removing noise by adding noise 1479
2017 arxiv Interpretable & explorable approximations of black box models 259
2017 arxiv Distilling a neural network into a soft decision tree 520 Pytorch
2017 arxiv Towards interpretable deep neural networks by leveraging adversarial examples 111
2017 arxiv Explainable artificial intelligence: Understanding, visualizing and interpreting deep learning models 1279
2017 arxiv Contextual Explanation Networks 77 Pytorch
2017 arxiv Challenges for transparency 142
2017 ACMSOPP Deepxplore: Automated whitebox testing of deep learning systems 1144
2017 CEURW What does explainable AI really mean? A new conceptualization of perspectives 518
2017 TVCG ActiVis: Visual Exploration of Industry-Scale Deep Neural Network Models 346
2016 NeurIPS Synthesizing the preferred inputs for neurons in neural networks via deep generator networks 659 Caffe
2016 NeurIPS Understanding the effective receptive field in deep convolutional neural networks 1356
2016 CVPR Inverting Visual Representations with Convolutional Networks 626
2016 CVPR Visualizing and Understanding Deep Texture Representations 147
2016 CVPR Analyzing Classifiers: Fisher Vectors and Deep Neural Networks 191
2016 ECCV Generating Visual Explanations 613 Caffe
2016 ECCV Design of kernels in convolutional neural networks for image classification 24
2016 ICML Understanding and improving convolutional neural networks via concatenated rectified linear units 510
2016 ICML Visualizing and comparing AlexNet and VGG using deconvolutional layers 126
2016 EMNLP Rationalizing Neural Predictions 738 Pytorch
2016 IJCV Visualizing deep convolutional neural networks using natural pre-images 508 Matlab
2016 IJCV Visualizing Object Detection Features 38 Caffe
2016 KDD Why should i trust you?: Explaining the predictions of any classifier 11742
2016 TVCG Visualizing the hidden activity of artificial neural networks 309
2016 TVCG Towards better analysis of deep convolutional neural networks 474
2016 NAACL Visualizing and understanding neural models in nlp 650 Torch
2016 arxiv Understanding neural networks through representation erasure) 492
2016 arxiv Grad-CAM: Why did you say that? 398
2016 arxiv Investigating the influence of noise and distractors on the interpretation of neural networks 108
2016 arxiv Attentive Explanations: Justifying Decisions and Pointing to the Evidence 88
2016 arxiv The Mythos of Model Interpretability 3786
2016 arxiv Multifaceted feature visualization: Uncovering the different types of features learned by each neuron in deep neural networks 317
2015 ICLR Striving for Simplicity: The All Convolutional Net 4645 Pytorch
2015 CVPR Understanding deep image representations by inverting them 1942 Matlab
2015 ICCV Understanding deep features with computer-generated imagery 156 Caffe
2015 ICML Workshop Understanding Neural Networks Through Deep Visualization 2038 Tensorflow
2015 AAS Interpretable classifiers using rules and Bayesian analysis: Building a better stroke prediction model 749
2014 ECCV Visualizing and Understanding Convolutional Networks 18604 Pytorch
2014 ICLR Deep Inside Convolutional Networks: Visualising Image Classification Models and Saliency Maps 6142 Pytorch
2013 ICCV Hoggles: Visualizing object detection features 352
  • 论文talk

相似工具推荐

stable-diffusion-webui

stable-diffusion-webui 是一个基于 Gradio 构建的网页版操作界面,旨在让用户能够轻松地在本地运行和使用强大的 Stable Diffusion 图像生成模型。它解决了原始模型依赖命令行、操作门槛高且功能分散的痛点,将复杂的 AI 绘图流程整合进一个直观易用的图形化平台。 无论是希望快速上手的普通创作者、需要精细控制画面细节的设计师,还是想要深入探索模型潜力的开发者与研究人员,都能从中获益。其核心亮点在于极高的功能丰富度:不仅支持文生图、图生图、局部重绘(Inpainting)和外绘(Outpainting)等基础模式,还独创了注意力机制调整、提示词矩阵、负向提示词以及“高清修复”等高级功能。此外,它内置了 GFPGAN 和 CodeFormer 等人脸修复工具,支持多种神经网络放大算法,并允许用户通过插件系统无限扩展能力。即使是显存有限的设备,stable-diffusion-webui 也提供了相应的优化选项,让高质量的 AI 艺术创作变得触手可及。

162.1k|★★★☆☆|今天
开发框架图像Agent

everything-claude-code

everything-claude-code 是一套专为 AI 编程助手(如 Claude Code、Codex、Cursor 等)打造的高性能优化系统。它不仅仅是一组配置文件,而是一个经过长期实战打磨的完整框架,旨在解决 AI 代理在实际开发中面临的效率低下、记忆丢失、安全隐患及缺乏持续学习能力等核心痛点。 通过引入技能模块化、直觉增强、记忆持久化机制以及内置的安全扫描功能,everything-claude-code 能显著提升 AI 在复杂任务中的表现,帮助开发者构建更稳定、更智能的生产级 AI 代理。其独特的“研究优先”开发理念和针对 Token 消耗的优化策略,使得模型响应更快、成本更低,同时有效防御潜在的攻击向量。 这套工具特别适合软件开发者、AI 研究人员以及希望深度定制 AI 工作流的技术团队使用。无论您是在构建大型代码库,还是需要 AI 协助进行安全审计与自动化测试,everything-claude-code 都能提供强大的底层支持。作为一个曾荣获 Anthropic 黑客大奖的开源项目,它融合了多语言支持与丰富的实战钩子(hooks),让 AI 真正成长为懂上

139k|★★☆☆☆|今天
开发框架Agent语言模型

ComfyUI

ComfyUI 是一款功能强大且高度模块化的视觉 AI 引擎,专为设计和执行复杂的 Stable Diffusion 图像生成流程而打造。它摒弃了传统的代码编写模式,采用直观的节点式流程图界面,让用户通过连接不同的功能模块即可构建个性化的生成管线。 这一设计巧妙解决了高级 AI 绘图工作流配置复杂、灵活性不足的痛点。用户无需具备编程背景,也能自由组合模型、调整参数并实时预览效果,轻松实现从基础文生图到多步骤高清修复等各类复杂任务。ComfyUI 拥有极佳的兼容性,不仅支持 Windows、macOS 和 Linux 全平台,还广泛适配 NVIDIA、AMD、Intel 及苹果 Silicon 等多种硬件架构,并率先支持 SDXL、Flux、SD3 等前沿模型。 无论是希望深入探索算法潜力的研究人员和开发者,还是追求极致创作自由度的设计师与资深 AI 绘画爱好者,ComfyUI 都能提供强大的支持。其独特的模块化架构允许社区不断扩展新功能,使其成为当前最灵活、生态最丰富的开源扩散模型工具之一,帮助用户将创意高效转化为现实。

107.7k|★★☆☆☆|2天前
开发框架图像Agent

NextChat

NextChat 是一款轻量且极速的 AI 助手,旨在为用户提供流畅、跨平台的大模型交互体验。它完美解决了用户在多设备间切换时难以保持对话连续性,以及面对众多 AI 模型不知如何统一管理的痛点。无论是日常办公、学习辅助还是创意激发,NextChat 都能让用户随时随地通过网页、iOS、Android、Windows、MacOS 或 Linux 端无缝接入智能服务。 这款工具非常适合普通用户、学生、职场人士以及需要私有化部署的企业团队使用。对于开发者而言,它也提供了便捷的自托管方案,支持一键部署到 Vercel 或 Zeabur 等平台。 NextChat 的核心亮点在于其广泛的模型兼容性,原生支持 Claude、DeepSeek、GPT-4 及 Gemini Pro 等主流大模型,让用户在一个界面即可自由切换不同 AI 能力。此外,它还率先支持 MCP(Model Context Protocol)协议,增强了上下文处理能力。针对企业用户,NextChat 提供专业版解决方案,具备品牌定制、细粒度权限控制、内部知识库整合及安全审计等功能,满足公司对数据隐私和个性化管理的高标准要求。

87.6k|★★☆☆☆|今天
开发框架语言模型

ML-For-Beginners

ML-For-Beginners 是由微软推出的一套系统化机器学习入门课程,旨在帮助零基础用户轻松掌握经典机器学习知识。这套课程将学习路径规划为 12 周,包含 26 节精炼课程和 52 道配套测验,内容涵盖从基础概念到实际应用的完整流程,有效解决了初学者面对庞大知识体系时无从下手、缺乏结构化指导的痛点。 无论是希望转型的开发者、需要补充算法背景的研究人员,还是对人工智能充满好奇的普通爱好者,都能从中受益。课程不仅提供了清晰的理论讲解,还强调动手实践,让用户在循序渐进中建立扎实的技能基础。其独特的亮点在于强大的多语言支持,通过自动化机制提供了包括简体中文在内的 50 多种语言版本,极大地降低了全球不同背景用户的学习门槛。此外,项目采用开源协作模式,社区活跃且内容持续更新,确保学习者能获取前沿且准确的技术资讯。如果你正寻找一条清晰、友好且专业的机器学习入门之路,ML-For-Beginners 将是理想的起点。

85k|★★☆☆☆|今天
图像数据工具视频

ragflow

RAGFlow 是一款领先的开源检索增强生成(RAG)引擎,旨在为大语言模型构建更精准、可靠的上下文层。它巧妙地将前沿的 RAG 技术与智能体(Agent)能力相结合,不仅支持从各类文档中高效提取知识,还能让模型基于这些知识进行逻辑推理和任务执行。 在大模型应用中,幻觉问题和知识滞后是常见痛点。RAGFlow 通过深度解析复杂文档结构(如表格、图表及混合排版),显著提升了信息检索的准确度,从而有效减少模型“胡编乱造”的现象,确保回答既有据可依又具备时效性。其内置的智能体机制更进一步,使系统不仅能回答问题,还能自主规划步骤解决复杂问题。 这款工具特别适合开发者、企业技术团队以及 AI 研究人员使用。无论是希望快速搭建私有知识库问答系统,还是致力于探索大模型在垂直领域落地的创新者,都能从中受益。RAGFlow 提供了可视化的工作流编排界面和灵活的 API 接口,既降低了非算法背景用户的上手门槛,也满足了专业开发者对系统深度定制的需求。作为基于 Apache 2.0 协议开源的项目,它正成为连接通用大模型与行业专有知识之间的重要桥梁。

77.1k|★★★☆☆|昨天
Agent图像开发框架