MaziyarPanahi commited on
Commit
716072a
·
verified ·
1 Parent(s): 65c7508

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -49
README.md CHANGED
@@ -6,66 +6,51 @@ colorTo: pink
6
  sdk: static
7
  pinned: false
8
  thumbnail: >-
9
- https://cdn-uploads.huggingface.co/production/uploads/5fd5e18a90b6dc4633f6d292/JzXrUpG1fM4cvITqaHBZq.png
10
  short_description: OpenMed
11
  ---
12
 
13
- <p align="center">
14
- <img width="800" src="https://huggingface.co/spaces/OpenMed/README/resolve/main/openmed-x-twitter.png">
 
 
 
 
 
 
 
 
 
 
 
 
15
  </p>
16
 
17
- <div align="center">
18
- <h1>OpenMed</h1>
19
- <p><strong>Open‑Source AI for Healthcare & Life Sciences</strong></p>
20
- <p>Models, datasets, and tooling for clinical NLP, medical LLMs, RL environments, and privacy‑preserving workflows.</p>
21
- <p>
22
- <a href="https://github.com/maziyarpanahi/openmed">GitHub</a> •
23
- <a href="https://huggingface.co/OpenMed">Models</a> •
24
- <a href="https://huggingface.co/datasets/OpenMed">Datasets</a> •
25
- <a href="https://huggingface.co/collections/OpenMed">Collections</a>
26
- </p>
27
  </div>
28
 
29
  ---
30
 
31
- <table>
32
- <tr>
33
- <td width="50%" valign="top">
34
- <h3> Mission</h3>
35
- <p>
36
- The most powerful AI tools for healthcare should not be locked behind expensive paywalls.
37
- <strong>OpenMed</strong> is a community‑driven initiative building and sharing state‑of‑the‑art,
38
- production‑ready AI for healthcare and life sciences.
39
- </p>
40
- <p>
41
- Our work is released under the permissive <strong>Apache 2.0 license</strong>.
42
- </p>
43
- </td>
44
- <td width="50%" valign="top">
45
- <h3> Focus Areas</h3>
46
- <ul>
47
- <li>Medical & clinical LLMs (training + alignment)</li>
48
- <li>Clinical RL environments for reasoning + decision support</li>
49
- <li>Clinical NER + biomedical NLP</li>
50
- <li>PII detection & de‑identification</li>
51
- <li>Medical reasoning datasets</li>
52
- <li>Zero‑shot clinical entity extraction</li>
53
- </ul>
54
- </td>
55
- </tr>
56
- </table>
57
 
58
- ---
59
 
60
- ## Get Started
 
 
 
 
61
 
62
- - Install OpenMed:
63
- ```bash
64
- uv pip install openmed
65
- ```
66
- - Visit OpenMed: [openmed.life](https://openmed.life/)
67
- ---
68
 
69
- ## 🤝 Community
 
 
 
 
 
70
 
71
- We welcome contributors, researchers, and builders. If you are working on medical LLMs, clinical RL, biomedical NLP, or privacy‑preserving workflows, OpenMed is for you.
 
 
 
6
  sdk: static
7
  pinned: false
8
  thumbnail: >-
9
+ https://cdn-uploads.huggingface.co/production/uploads/5fd5e18a90b6dc4633f6d292/5XYv_duP1yEvbQy2LqK1p.png
10
  short_description: OpenMed
11
  ---
12
 
13
+ <div align="center">
14
+
15
+ <img src="https://huggingface.co/spaces/OpenMed/README/resolve/main/openmed-social-card.png" alt="OpenMed — open-source medical AI" width="760" />
16
+
17
+ **Health × AI**
18
+
19
+ **State-of-the-art clinical NER &amp; PII models — open, private, and on-device.**
20
+
21
+ <p>
22
+ <a href="https://huggingface.co/OpenMed"><img alt="Models" src="https://img.shields.io/badge/%F0%9F%A4%97%20Models-1%2C500+-F5E27A?style=for-the-badge&labelColor=0E1116"></a>
23
+ <a href="https://pypi.org/project/openmed/"><img alt="PyPI" src="https://img.shields.io/pypi/v/openmed?style=for-the-badge&label=pip%20install%20openmed&logo=pypi&logoColor=white&color=0D6E6E"></a>
24
+ <a href="https://arxiv.org/abs/2508.01630"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-2508.01630-C5453A?style=for-the-badge&logo=arxiv&logoColor=white"></a>
25
+ <a href="https://github.com/maziyarpanahi/openmed"><img alt="License" src="https://img.shields.io/badge/License-Apache_2.0-0A5656?style=for-the-badge"></a>
26
+ <a href="https://openmed.life/docs"><img alt="Docs" src="https://img.shields.io/badge/Docs-openmed.life-128787?style=for-the-badge&logo=readthedocs&logoColor=white"></a>
27
  </p>
28
 
29
+ <sub>Runs on iPhone, iPad, Mac, the browser, and your own servers — no data leaves the device.</sub>
30
+
 
 
 
 
 
 
 
 
31
  </div>
32
 
33
  ---
34
 
35
+ **OpenMed** ships a large, growing family of open medical-AI models: clinical named-entity recognition (diseases, chemicals, genes, anatomy, pharmacology, oncology) and privacy-preserving PII de-identification across 16 languages. Everything is Apache-2.0, benchmark-driven, and small enough to run locally.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
+ ### Start here
38
 
39
+ - **Browse the models** &rarr; the tabs above (1,500+ NER &amp; PII models)
40
+ - **Flagship clinical NER** &rarr; [`OpenMed-NER-PharmaDetect-SuperClinical-434M`](https://huggingface.co/OpenMed/OpenMed-NER-PharmaDetect-SuperClinical-434M)
41
+ - **Python** &rarr; `pip install openmed`
42
+ - **On-device (Apple Silicon / iOS)** &rarr; Swift **OpenMedKit** + **MLX** backend
43
+ - **Docs &amp; guides** &rarr; [openmed.life/docs](https://openmed.life/docs)
44
 
45
+ ### Why OpenMed
 
 
 
 
 
46
 
47
+ | | |
48
+ |---|---|
49
+ | **Private by design** | Models run on-device — patient data never leaves the machine. |
50
+ | **State of the art** | Benchmark-leading clinical NER across 12+ medical domains. |
51
+ | **Truly open** | Apache-2.0 weights, code, and recipes. Free for research and production. |
52
+ | **Runs anywhere** | iPhone, iPad, Mac, browser (Transformers.js), and server. |
53
 
54
+ <div align="center">
55
+ <sub>Guarded by our Persian-cat Avicenna — a local-first keeper of your data. &nbsp;·&nbsp; <a href="https://github.com/maziyarpanahi/openmed">GitHub</a> · <a href="https://openmed.life">openmed.life</a></sub>
56
+ </div>