能力标签
AI医疗系统
🛠
AI工具

AI医疗系统

基于 Python · 开源免费,本地部署,数据完全自主可控
英文名:AI-Healthcare-System
⭐ 32 Stars 🍴 10 Forks 💻 Python 📄 AGPL-3.0 🏷 AI 8.0分
8.0AI 综合评分
apache-airflowartificial-intelligenceclinical-decision-supportdata-engineeringdata-pipelinepython
✦ AI Skill Hub 推荐

AI医疗系统 是 AI Skill Hub 本期精选AI工具之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析

AI医疗系统 是一款基于 Python 的开源工具,在 GitHub 上收获 0k+ Star,是apache-airflow、artificial-intelligence、clinical-decision-support、data-engineering领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
AI医疗系统 依赖 Python 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 Python 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 AI医疗系统 的版本更新,及时通知重要功能变化。

📋 工具概览

AI医疗系统 是一款基于 Python 开发的开源工具,专注于 apache-airflow、artificial-intelligence、clinical-decision-support 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 32
开发语言
Python
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
AGPL-3.0
AI 综合评分
8.0 分
工具类型
AI工具
Forks
10

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

AI医疗系统 是一款基于 Python 开发的开源工具,专注于 apache-airflow、artificial-intelligence、clinical-decision-support 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:pip 安装(推荐)
pip install ai-healthcare-system

# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install ai-healthcare-system

# 方式三:从源码安装(获取最新功能)
git clone https://github.com/pavanbadempet/AI-Healthcare-System
cd AI-Healthcare-System
pip install -e .

# 验证安装
python -c "import ai_healthcare_system; print('安装成功')"
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
ai-healthcare-system --help

# 基本用法
ai-healthcare-system input_file -o output_file

# Python 代码中调用
import ai_healthcare_system

# 示例
result = ai_healthcare_system.process("input")
print(result)
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# ai-healthcare-system 配置文件示例(config.yml)
app:
  name: "ai-healthcare-system"
  debug: false
  log_level: "INFO"

# 运行时指定配置文件
ai-healthcare-system --config config.yml

# 或通过环境变量配置
export AI_HEALTHCARE_SYSTEM_API_KEY="your-key"
export AI_HEALTHCARE_SYSTEM_OUTPUT_DIR="./output"
📑 README 深度解析 真实文档 完整度 92/100 含工作流图 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

<img src="docs/assets/hero-banner.svg" alt="AI Healthcare System - Open-Source HIPAA Clinical Intelligence Platform with React 19, FastAPI, LangGraph, and Ollama local inference" width="100%"/>

Key Data Engineering Highlights:

  • Spark Declarative Pipelines (SDP) & DLT Quality Contracts: Injects declarative data quality predicates directly into the Catalyst Optimizer (backend/data_platform/data_quality_gates.py), avoiding Python serialization overhead and routing invalid records to a partitioned quarantine table.
  • OHDSI OMOP CDM v5.4 Dimensional Transformation: Translates clinical events and observations into standard SNOMED-CT, RxNorm, and LOINC vocabularies across relational fact and dimension tables.
  • Delta Lake 3.x ACID Time-Travel & Change Data Feed: Supports point-in-time snapshot rollbacks (VERSION AS OF), automated OPTIMIZE bin-packing with Liquid Clustering (CLUSTER BY), and CDC row-level streaming.
  • Distributed PySpark MLlib Pipeline: Native distributed feature vectorization (VectorAssembler, StandardScaler) and ensemble training achieving ROC-AUC = 0.9425 and F1 = 0.9215.
  • Zero-Configuration Fallback Sandbox: Fully testable locally in memory or with standard pytest without requiring external cloud accounts or tokens.

⚡ Feature Highlights

📋 Prerequisites & System Requirements

Before running the application, ensure your environment meets the following specifications:

RequirementMinimum SpecRecommended SpecNote
**Operating System**Windows 10/11, macOS 12+, LinuxUbuntu 22.04 LTS, Windows WSL2Fully cross-platform compatible
**Python**3.103.11.xManaged via virtual environment
**Node.js**18.x20.xRequired for building React 19 UI
**RAM**8 GB16 GB+Local Ollama models (e.g. Llama 3.2) require 8GB+ free
**GPU**OptionalNVIDIA GPU (8GB+ VRAM)Acceleration for local Ollama LLMs
**Database**SQLite (WAL mode)PostgreSQL 15+Auto-configured via DATABASE_URL

<img src="docs/assets/divider.svg" alt="" width="100%"/>

Set up python dependencies

python -m pip install -r requirements-full.txt


#### 2️⃣ Configure Environment Variables via Doppler
Instead of manually managing `.env` files, we use **Doppler** as our centralized secret manager.

First, install the [Doppler CLI](https://docs.doppler.com/docs/install-cli). Then, authenticate to your workspace:
bash doppler login
*(Once logged in, the application will automatically fetch all environment variables, including `DATABRICKS_TOKEN` and database URIs, directly from Doppler)*.

#### 3️⃣ Bootstrap Database & Seed Mock Data (Instant Activation)
Run the clinical integration runner script to automatically create your database schema and seed mock clinicians, appointments, diagnostic logs, and patient records:
bash python scripts/run_clinical_demo.py
*(This creates `healthcare.db` and populates active patient profiles so your dashboard isn't empty on first login!)*.

#### 4️⃣ Launch Local Private LLM (Ollama Setup)
To run fully offline clinical RAG and chatbot queries:
1. Download and install [Ollama](https://ollama.com/).
2. Start the Ollama background service and download the default models in your terminal:
bash ollama pull llama3.2 ollama pull nomic-embed-text

#### 5️⃣ Start Dev Servers (Backend & Frontend)
Launch the FastAPI server and the React dev compiler:

* **Backend API (Terminal 1)**:
  
bash uvicorn backend.main:app --reload --host 127.0.0.1 --port 8000
* **React Web Portal (Terminal 2)**:
  
bash bun --cwd frontend install bun --cwd frontend run dev ```

Service PortalAccess EndpointCredentials (Seed Data)
**Clinician Portal**[http://127.0.0.1:3000](http://127.0.0.1:3000)Doctor Login: admin@clinos.com / Password: password123
**REST API Server**[http://127.0.0.1:8000](http://127.0.0.1:8000)OpenAPI JSON specs endpoint
**Swagger API Docs**[http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)Interactive API sandbox testing

☁ 5 Deployment Options

Docker Compose, Enterprise Stack (7 services), Render PaaS, Kubernetes (3-replica HA), Terraform AWS (VPC + EKS + RDS + ElastiCache).

</td> <td width="33%" valign="top">

5. Deployment, Operations & Security

2. Launch with Docker Compose

Launches the complete service container stack (FastAPI backend + React frontend + PostgreSQL + Redis) in a single command:

git clone https://github.com/pavanbadempet/AI-Healthcare-System.git
cd AI-Healthcare-System
doppler login                 # Authenticate with Doppler
doppler run -- docker compose up --build

3. Local Developer Sandbox Setup (5-Step Walkthrough)

To get your workspace running locally with mock user and patient records, follow these five steps:

#### 1️⃣ Clone and Install Python Dependencies ```bash

⚡ 30-Second Quickstart (1-Click Interactive Demo)

Experience the entire clinical intelligence stack locally with a single command (auto-provisions mock EHR database, pre-loads TabICLv2 & Quad-Ensemble weights, and opens the React 19 workstation):

```bash

⚡ Quick Start

Run with Bun (Instant 1-Click Interactive Demo)

bun run demo

⚙ Environment Configuration Reference

Create a .env file in the project root based on the table below:

VariableTypeDefaultPurpose
DATABASE_URLstringsqlite:///./healthcare.dbConnection string for SQL database (SQLite/Postgres).
GOOGLE_API_KEYstringGemini API key (optional if Ollama is active).
SECRET_KEYstringJWT signing key. Generate via openssl rand -hex 32.
OLLAMA_BASE_URLstringhttp://127.0.0.1:11434Endpoint for local private AI inference.
OLLAMA_MODELstringllama3.2Model target for Ollama inference sessions.
GEMINI_MODELstringgemini-1.5-flashCloud model fallback destination.
ALLOWED_HOSTSstring127.0.0.1Host whitelist constraint for security.
CORS_ORIGINSstringhttp://127.0.0.1:3000Allowed client endpoints for CORS validations.
RATE_LIMIT_REQUESTS_PER_MINUTEint60Limit count for API rate limit rules.

<img src="docs/assets/divider.svg" alt="" width="100%"/>

🔄 Zero-Configuration Developer Fallback Modes

To allow the platform to run seamlessly on developer machines and thin CI/CD environments (such as GitHub Actions) without requiring the installation of proprietary/external enterprise dependencies (clinical-rag-cache and clinical-fhir-abdm), the backend features a robust local fallback system:

  • Fully-Featured Local RAG & Vector Store Fallback: Automatically switches to a persistent JSON-based vector store in backend/rag.py featuring LSH (Locality Sensitive Hashing) Approximate Nearest Neighbor indexing and hybrid similarity scoring.
  • Persistent Semantic Cache Fallback: Implements a local file-based SemanticCache using cosine similarity matching over embeddings to optimize and cache LLM responses locally.
  • Fully-Schema-Compliant FHIR/ABDM fallbacks: Generates fully validated FHIR R4 Resources (Patient, Observation, MedicationRequest, Invoice, CareEvent, etc.) with local reference resolution and bundle validation, satisfying rigorous automated verification tests out-of-the-box.
  • Auto-Initializing Database Schema: Automatically creates and initializes the SQLite schema (Base.metadata.create_all) for all standalone audit runners and tests if a local fallback database is used, guaranteeing that clinical agents can run instantly without manual migrations.

<img src="docs/assets/divider.svg" alt="" width="100%"/>

📡 Complete REST API Contract

The FastAPI backend exposes the following REST endpoints:

⚙ 8 CI/CD Pipelines

Pytest + coverage, CodeQL SAST, Docker GHCR builds, HuggingFace sync, Dependabot, release drafter, stale bot, and Render keep-alive.

</td> </tr> </table>

Built for enterprise, built for production. This is a production-grade clinical intelligence platform demonstrating advanced ML engineering, LLM orchestration, RAG architecture, and DevOps maturity in a single cohesive codebase.

<img src="docs/assets/divider.svg" alt="" width="100%"/>

🤖 Clinical AI Workflow Automation & System Telemetry

AI Healthcare System features domain assistant pipelines and telemetry layers for clinical precision and operational governance.

2. Clinical & Medical Workflows

  • Diagnostics Workflow &mdash; Clinical lab metric intake, inference pipeline, SHAP interpretability plot rendering, and physician validation.
  • Nursing Workflow &mdash; Nurse worklist coordinators, vital sign logs, and shift handover data packets.
  • Pharmacy Workflow &mdash; E-prescription fulfillment, drug-drug interaction validation checks, and automatic reorder thresholds.
  • Billing Workflow &mdash; Insurance claims verification, double-entry transactional ledgers, and payment processing loops.
  • Discharge Workflow &mdash; Inpatient release checklists, outpatient referral summaries, and automatic FHIR serialization.
  • Hospital Operations Core &mdash; Inpatient/Outpatient (IPD/OPD) coordinate systems, bed allocation logic, and clinic occupancy algorithms.

Interoperability & Integration Standards

  • GET /v1/interop/patient/fhir-bundle: Export patient record as FHIR R4 JSON bundle.
  • POST /v1/interop/patient/consents: Grant interoperability access consent.
  • POST /v1/interop/patient/consents/{consent_id}/revoke: Revoke granted data consent.
  • GET /v1/interop/abdm/readiness: Check India ABDM integration sandbox readiness.
  • POST /v1/interop/abdm/consent-callbacks: Ingest ABDM consent lifecycle event.
  • GET /v1/interop/dicomweb/readiness: Verify DICOM PACS connection status.
  • GET /v1/interop/smart/readiness: Verify SMART on FHIR authorization client status.

<img src="docs/assets/divider.svg" alt="" width="100%"/>

🚀 CI/CD Pipelines Registry

We run 8 structured GitHub Actions workflows for continuous integration and compliance:

WorkflowTriggerPurpose
**CI Tests**Push/PRRuns complete backend pytest and frontend unit verification.
**CodeQL**Push/PR + weeklySAST vulnerability scan checks.
**Docker Build**Push/PRBuilds production image tags to ghcr.io.
**HuggingFace Sync**Push to mainAuto-deploys Space code updates to Hugging Face.
**Keep-Alive**ScheduledPing schedules to prevent Render cold boots.
**Labeler**Push to mainSynchronizes repository issues tags.
**Release Draft**Push/PRAutomatic changelog drafts compilation.
**Stale Bot**ScheduledAuto-flags idle issues.

<img src="docs/assets/divider.svg" alt="" width="100%"/>

🆚 Competitive Comparison: Why AI Healthcare System?

Feature / CapabilityAI Healthcare SystemOpenMRSGNU HealthTypical Legacy EHRs
**AI Clinical Decision Support**✅ Integrated (5 ML Models + SHAP)❌ None❌ None❌ Hardcoded rules only
**Interactive RAG Chatbot**✅ LangGraph + MAF + Local Ollama Fallback❌ None❌ None❌ None
**Modern Technology Stack**✅ React 19 + Vite 8 + FastAPI❌ Legacy Java Server Pages❌ GTK / Python 2/3 Desktop❌ Legacy ASP.NET / Java Swing
**Offline Privacy Gate**✅ Fully Offline Local Inference Option❌ N/A❌ N/A❌ Heavy Cloud Dependency
**FHIR R4 Interoperability**✅ Native Serialization & HAPI FHIR Imports✅ Supported⚠️ Partial⚠️ Custom proprietary APIs

| ABDM Digital Health Stack | ✅ Active Consent Lifecycle & Sandboxing | ❌ Third-party plugins | ❌ None | ❌ Enterprise integration required | | Modern Telemetry Broadcasting| ✅ Live WebSockets Broadcasts | ❌ None | ❌ None | ❌ Batch reporting only |

<img src="docs/assets/divider.svg" alt="" width="100%"/>

🇨🇳 中文文档镜像 AI 翻译 2026-07-07
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

AI-Healthcare-System 是一个生产级别的临床智能平台,旨在展示先进的机器学习工程实践。该项目集成了 FastAPI 后端与 React 前端,构建了一个高性能、可扩展的医疗 AI 解决方案,专为企业级应用场景设计。

⚡ 功能介绍

本项目具备强大的功能特性,支持高吞吐量的 EKS 扩展与实时监控。通过集成 Prometheus 指标导出器,系统能够实现精细化的运维 SLA 管理与响应延迟监控,确保在复杂的医疗数据处理场景下保持卓越的性能表现。

📋 环境依赖

在运行应用前,请确保您的环境符合规范。操作系统支持 Windows 10/11、macOS 12+ 及 Linux(推荐使用 Ubuntu 22.04 LTS)。此外,系统需具备运行 Docker 及相关 Python 环境的能力,以满足医疗级数据的处理需求。

🛠 安装步骤(Docker/pip/源码)

开发者可以通过多种方式进行部署:推荐使用 Docker Compose 一键启动完整的服务栈(包含 FastAPI、React、PostgreSQL 及 Redis);对于企业级环境,支持 Kubernetes (3-replica HA) 及 Terraform AWS 自动化部署。此外,也支持通过 npm 和 pip 进行源码级安装。

🚀 使用教程

快速启动指南:首先克隆仓库并复制 `.env.example` 为 `.env`,随后配置必要的 API 密钥。若需使用 Docker 部署,只需执行 `docker compose up --build` 即可一键拉起所有容器化服务,实现零配置的本地开发体验。

⚙️ 配置说明(含 MCP / env)

项目通过 `.env` 文件进行环境配置。开发者需根据需求设置 `DATABASE_URL`、`GOOGLE_API_KEY` 及 `SECRET_KEY` 等关键参数。系统内置了强大的本地 Fallback 模式,在缺乏外部企业级依赖时,可自动切换至本地 RAG 与向量存储模式,确保开发流程不中断。

🔌 API 说明

后端基于 FastAPI 构建,提供完整的 REST API 契约。开发者可以通过 uvicorn 启动服务进行本地调试。系统设计严谨,确保了 API 接口在处理医疗逻辑时的安全性与高效性,并支持通过环境变量灵活调整 API 调用行为。

🔄 工作流/模块

本项目提供商业级开发者包(通过 Polar.sh 提供),适用于需要离线加密授权或校准机器学习流水线的 B2B SaaS 创始人。同时,内置了完善的 CI/CD 流水线,涵盖 Pytest、CodeQL SAST、Docker GHCR 构建及 HuggingFace 同步等自动化流程。

❓ FAQ 摘要

常见问题解答:针对开发者关心的 API 密钥问题,若无法获取 Google API Key,可以通过安装 Ollama 并运行 llama3.2 模型来替代,只需在 `.env` 中配置 `OLLAMA_BASE_URL` 即可实现完全本地化的推理能力。

🎯 aiskill88 AI 点评 A 级 2026-07-07

高质量的AI医疗数据工程平台,集成了PySpark和Airflow

📚 实用指南(长尾问题)
适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • embedding 模型与查询模型不一致导致检索失效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
  • Python 依赖冲突:建议用 venv / uv 隔离环境
部署方案
  • Docker:AI-Healthcare-System 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台

⚡ 核心功能

  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
👥 适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
⭐ 最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • embedding 模型与查询模型不一致导致检索失效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型

👥 适合人群

AI 技术爱好者研究人员和学生开发者和工程师技术创业者

🎯 使用场景

  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发

⚖️ 优点与不足

✅ 优点
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。

❓ 常见问题 FAQ

AI-Healthcare-System 是一款Python开发的AI辅助工具。开源AI工具:AI Data Engineering Healthcare Platform: PySpark Medallion Lakehouse, Airflow DA。⭐32 · Python 主要应用场景包括:医疗数据分析与决策支持。
💡 AI Skill Hub 点评

经综合评估,AI医疗系统 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

📚 深入学习 AI医疗系统
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 AI-Healthcare-System
原始描述 开源AI工具:AI Data Engineering Healthcare Platform: PySpark Medallion Lakehouse, Airflow DA。⭐32 · Python
Topics apache-airflowartificial-intelligenceclinical-decision-supportdata-engineeringdata-pipelinepython
GitHub https://github.com/pavanbadempet/AI-Healthcare-System
License AGPL-3.0
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/pavanbadempet/AI-Healthcare-System 🌐 官方网站  https://pavanbadempet-ai-healthcare-system.hf.space/

收录时间:2026-07-07 · 更新时间:2026-07-11 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。