AI Skill Hub 强烈推荐:OpenMed开源医疗AI 是一款优质的AI工具。已获得 1.3k 颗 GitHub Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
专业的开源医疗AI工具集,整合DeepSeek、GPT、Llama等大模型,提供BERT医学自然语言处理能力。适合医疗AI开发者、医学NLP研究人员和健康科技创业团队使用。
OpenMed开源医疗AI 是一款基于 Python 开发的开源工具,专注于 医疗AI、自然语言处理、开源工具 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
专业的开源医疗AI工具集,整合DeepSeek、GPT、Llama等大模型,提供BERT医学自然语言处理能力。适合医疗AI开发者、医学NLP研究人员和健康科技创业团队使用。
OpenMed开源医疗AI 是一款基于 Python 开发的开源工具,专注于 医疗AI、自然语言处理、开源工具 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install openmed
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install openmed
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/maziyarpanahi/openmed
cd openmed
pip install -e .
# 验证安装
python -c "import openmed; print('安装成功')"
# 命令行使用
openmed --help
# 基本用法
openmed input_file -o output_file
# Python 代码中调用
import openmed
# 示例
result = openmed.process("input")
print(result)
# openmed 配置文件示例(config.yml) app: name: "openmed" debug: false log_level: "INFO" # 运行时指定配置文件 openmed --config config.yml # 或通过环境变量配置 export OPENMED_API_KEY="your-key" export OPENMED_OUTPUT_DIR="./output"
Production-ready medical NLP toolkit powered by state-of-the-art transformers
Transform clinical text into structured insights with a single line of code. OpenMed delivers enterprise-grade entity extraction, assertion detection, and medical reasoning—no vendor lock-in, no compromise on accuracy.
```python from openmed import analyze_text
result = analyze_text( "Patient started on imatinib for chronic myeloid leukemia.", model_name="disease_detection_superclinical" )
for entity in result.entities: print(f"{entity.label:<12} {entity.text:<35} {entity.confidence:.2f}")
COVID-19, CAR-T, IL-6)uv pip install -e ".[hf,service]"
Apple Silicon acceleration in Python:
bash uv pip install -e ".[mlx]"
Swift apps on macOS and iOS use `OpenMedKit`. As of `1.5.1`, that means:
- **MLX** on Apple Silicon macOS and real iPhone/iPad hardware for supported OpenMed PII, OpenAI Privacy Filter, OpenAI Nemotron Privacy Filter, OpenMed Multilingual Privacy Filter, and experimental GLiNER-family artifacts
- **CoreML** when you already have a bundled Apple model package or want the fallback Apple path
Add the Swift package like this:
swift dependencies: [ .package(url: "https://github.com/maziyarpanahi/openmed.git", from: "1.5.1"), ] ```
OpenMedKit is public and now supports native MLX runtime paths for PII token classification, Privacy Filter, and experimental GLiNER-family zero-shot tasks. The broader OpenMed model-packaging flow is still being hardened across the full collection, so treat conversion as active work rather than a fully universal public release surface.
For published releases, the editable install examples above can be replaced with plain uv pip install "openmed[...]".
```bash
uv pip install -e ".[hf]"
docker build -t openmed:1.5.1 .
docker run --rm -p 8080:8080 -e OPENMED_PROFILE=prod openmed:1.5.1
curl -X POST http://127.0.0.1:8080/pii/extract \
-H "Content-Type: application/json" \
-d '{"text":"Paciente: Maria Garcia, DNI: 12345678Z","lang":"es"}'
See the full service guide at REST Service docs.
Non-2xx responses now use a unified envelope:
{
"error": {
"code": "validation_error",
"message": "Request validation failed",
"details": [
{
"field": "body.text",
"message": "Text must not be blank",
"type": "value_error"
}
]
}
}
---
```python from openmed import analyze_text
OpenMed includes a Docker-friendly FastAPI service with reliability hardening:
GET /healthPOST /analyzePOST /pii/extractPOST /pii/deidentify医疗AI领域优质开源项目,模型集成度高、文档完善。Stars持续增长体现市场认可,适合专业开发。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,OpenMed开源医疗AI 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | openmed |
| Topics | 医疗AI自然语言处理开源工具大模型集成深度学习 |
| GitHub | https://github.com/maziyarpanahi/openmed |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-24 · 更新时间:2026-05-24 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。