Keep OpenMed installation guidance current
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ Runs locally after download on Python CPU, in the browser, and on Android.
|
|
| 44 |
## OpenMed in Python on CPU
|
| 45 |
|
| 46 |
```bash
|
| 47 |
-
pip install "openmed[onnx-runtime]
|
| 48 |
```
|
| 49 |
|
| 50 |
```python
|
|
@@ -99,11 +99,11 @@ dependencyResolutionManagement {
|
|
| 99 |
}
|
| 100 |
```
|
| 101 |
|
| 102 |
-
Use the
|
| 103 |
|
| 104 |
```kotlin
|
| 105 |
dependencies {
|
| 106 |
-
implementation("com.github.maziyarpanahi:openmed:
|
| 107 |
}
|
| 108 |
```
|
| 109 |
|
|
@@ -136,7 +136,7 @@ All graphs use opset 18, dynamic batch and sequence axes, stable tensor names, a
|
|
| 136 |
|
| 137 |
This model is part of **OpenMed**, an Apache-2.0, local-first clinical AI stack:
|
| 138 |
|
| 139 |
-
- **
|
| 140 |
- **PII detection and de-identification** across 55+ identifier types and 17 languages.
|
| 141 |
- **Python, MLX, Swift, Android, React Native, Web, REST, and gRPC** runtimes.
|
| 142 |
- **Structured and multimodal intake** for OCR, documents, DICOM, FHIR, and HL7.
|
|
|
|
| 44 |
## OpenMed in Python on CPU
|
| 45 |
|
| 46 |
```bash
|
| 47 |
+
pip install --upgrade "openmed[onnx-runtime]"
|
| 48 |
```
|
| 49 |
|
| 50 |
```python
|
|
|
|
| 99 |
}
|
| 100 |
```
|
| 101 |
|
| 102 |
+
Use the latest OpenMed build from the `master` branch:
|
| 103 |
|
| 104 |
```kotlin
|
| 105 |
dependencies {
|
| 106 |
+
implementation("com.github.maziyarpanahi:openmed:master-SNAPSHOT")
|
| 107 |
}
|
| 108 |
```
|
| 109 |
|
|
|
|
| 136 |
|
| 137 |
This model is part of **OpenMed**, an Apache-2.0, local-first clinical AI stack:
|
| 138 |
|
| 139 |
+
- **2,000+ medical models** for clinical NER, biomedical extraction, and privacy.
|
| 140 |
- **PII detection and de-identification** across 55+ identifier types and 17 languages.
|
| 141 |
- **Python, MLX, Swift, Android, React Native, Web, REST, and gRPC** runtimes.
|
| 142 |
- **Structured and multimodal intake** for OCR, documents, DICOM, FHIR, and HL7.
|