medical-diagnosis-assistant — DeepSeek Agents | Neura Market
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityTrendingGenerate
    DeepSeekAgentsmedical-diagnosis-assistant
    Back to Agents
    medical-diagnosis-assistant

    medical-diagnosis-assistant

    jiangnanboy November 6, 2025
    15 copies 0 downloads

    智能医疗诊断助手,Intelligent Medical Diagnosis Assistant

    Agent Definition
    # 🏥 智能医疗诊断助手
    
    一个基于 LangGraph 和 DeepSeek 大模型构建的智能医疗诊断辅助系统。该项目模拟了完整的医疗诊断流程,从初步评估到最终报告生成,为医生和患者提供初步的诊断参考和治疗建议。
    
    [![Python](https://img.shields.io/badge/Python-3.8+-blue.svg)](https://www.python.org/)
    [![Streamlit](https://img.shields.io/badge/Streamlit-1.28+-red.svg)](https://streamlit.io/)
    [![LangChain](https://img.shields.io/badge/LangChain-0.1+-green.svg)](https://python.langchain.com/)
    [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
    
    <img src="1.png" />
    
    <img src="2.png" />
    
    <img src="3.png" />
    
    ## ✨ 特性
    
    - 🤖 **智能诊断流程**: 基于 LangGraph 构建的多步骤、状态驱动的诊断工作流。
    - 🌏 **全中文界面**: 所有用户界面元素和输出均为中文,符合国内用户使用习惯。
    - ⚡ **流式输出体验**: 实时显示诊断进度,无需等待整个流程完成,提升用户体验。
    - 📊 **动态症状录入**: 支持动态添加和删除多个症状,灵活记录患者情况。
    - 🩺 **生命体征监测**: 集成血压、心率、体温等关键生命体征输入。
    - 📋 **完整医疗报告**: 自动生成包含诊断、治疗和随访计划的详细医疗报告。
    - 🔄 **医生审批模拟**: 内置模拟医生审批环节,确保诊断和治疗方案的严谨性。
    
    ## 🛠️ 技术栈
    
    - **后端框架**: LangGraph (工作流编排)
    - **AI 模型**: DeepSeek API
    - **前端界面**: Streamlit
    - **编程语言**: Python 3.8+
    
    ## 📋 先决条件
    
    在运行此项目之前,请确保您已安装:
    
    - Python 3.8 或更高版本
    - 一个 DeepSeek API 密钥 (您可以在 [DeepSeek 官网](https://platform.deepseek.com/) 注册并获取)
    
    ## 🚀 安装与配置
    
    ### 1. 克隆仓库
    
    ```bash
    git clone https://github.com/jiangnanboy/medical-diagnosis-assistant.git
    cd medical-diagnosis-assistant
    ```
    
    ### 2. 创建虚拟环境
    
    ```bash
    # 创建虚拟环境
    python -m venv venv
    
    # 激活虚拟环境
    # Windows
    venv\Scripts\activate
    # macOS/Linux
    source venv/bin/activate
    ```
    
    ### 3. 安装依赖
    
    运行以下命令安装依赖:
    
    ```bash
    pip install -r requirements.txt
    ```
    
    ### 4. 配置环境变量
    
    在项目根目录下创建一个名为 `.env` 的文件,并添加您的 DeepSeek API 密钥:
    
    **.env**
    ```
    DEEPSEEK_API="your_deepseek_api_key_here"
    ```
    
    请将 `your_deepseek_api_key_here` 替换为您自己的 API 密钥。
    
    ## 🎯 使用方法
    
    1.  **启动应用**:
        在激活虚拟环境后,运行以下命令:
    
        ```bash
        streamlit run app.py
        ```
    
    2.  **打开浏览器**:
        应用启动后,它会自动在您的默认浏览器中打开 `http://localhost:8501`。
    
    3.  **填写信息**:
        - 在左侧边栏填写患者的基本信息(姓名、年龄、病史等)。
        - 在主界面区域描述患者的症状(可动态添加多个症状)。
        - 输入患者的生命体征数据。
    
    4.  **开始诊断**:
        点击 **"🔍 开始智能诊断"** 按钮,系统将开始执行诊断流程,并实时显示每个步骤的结果。
    
    5.  **查看报告**:
        诊断完成后,您可以查

    Tags

    agentdeepseekintelligent-medical-diagnosis-assistantlanggraph

    Comments

    More Agents

    View all
    hybrid-model-workflow

    hybrid-model-workflow

    HAL 分层混合模型工作流 — 强模型(Claude)负责理解/拆解/验收,低成本模型(DeepSeek)负责检索/提取/清洗。Hermes Agent skill。

    P
    ph4ble
    1
    Dynamic-Review-Agent

    Dynamic-Review-Agent

    An LLM agent fine-tuned on DeepSeek for spaced repetition, dynamically integrating knowledge points based on the Ebbinghaus forgetting curve.

    1
    1838177
    1
    StellarOS-Watch

    StellarOS-Watch

    基于 STM32F103 构建的端到端 AI 智能手表生态。自研“零重定位”原生机器码动态加载引擎与页面栈式 UI 框架;集成生产级 OTA 回滚保护机制与高带宽(921600 baud)串口协议栈。通过 Node.js 中继实现 DeepSeek AI 语义控制及 ASRPRO 语音全双工交互,是一个集成了分布式计算、现代存储管理与 AI Agent 的嵌入式全栈工程。

    C
    chenshuang888
    1
    UAVagent1.0deepseek

    UAVagent1.0

    A Meta-Agent-Driven Self-Evolving Multi-Agent System for UAV Detection and Tracking

    S
    StarlitPupils
    2
    hermes-goai-agent

    hermes-go

    One command to run Hermes AI Agent with a browser UI. Zero prerequisites. 一行命令,AI 就位。

    L
    LAI-755
    1
    Agent

    Agent

    网页应用Agent,接入DeepSeek、Mimo等模型

    C
    Cosmos-815
    1

    Stay up to date

    Get the latest DeepSeek prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for DeepSeek and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.