MaziyarPanahi commited on
Commit
0d29f65
·
verified ·
1 Parent(s): 92d53dc

Keep OpenMed installation guidance current

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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]>=1.8.2"
48
  ```
49
 
50
  ```python
@@ -99,11 +99,11 @@ dependencyResolutionManagement {
99
  }
100
  ```
101
 
102
- Use the matching OpenMed GitHub release tag:
103
 
104
  ```kotlin
105
  dependencies {
106
- implementation("com.github.maziyarpanahi:openmed:v1.8.2")
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
- - **1,500+ 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.
 
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.