forked from maziyarpanahi/openmed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
212 lines (203 loc) · 7.55 KB
/
Copy pathmkdocs.yml
File metadata and controls
212 lines (203 loc) · 7.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
site_name: OpenMed
site_description: "Open-source healthcare NLP toolkit with curated models, Apple Silicon MLX acceleration, OpenMedKit for Swift apps, advanced NER, and one-call orchestration."
site_url: https://openmed.life/docs/
site_dir: site/docs
repo_url: https://github.com/maziyarpanahi/openmed
repo_name: maziyarpanahi/openmed
edit_uri: edit/master/docs/
copyright: "© {year} Maziyar Panahi — Apache-2.0"
strict: true
nav:
- Overview:
- Welcome: index.md
- Feature Map: feature-map.md
- OpenMed 1.9.1 Release Notes: release/v1.9.1.md
- OpenMed 1.9.0 Release Notes: release/v1.9.0.md
- OpenMed 1.8.0 Release Notes: release/v1.8.0.md
- v1.6-v1.7 Feature Coverage: release/v1.6-v1.7-feature-coverage.md
- Quick Start: getting-started.md
- Persona Quickstarts: quickstarts.md
- Core Guides:
- Analyze Text Helper: analyze-text.md
- REST Service (MVP): rest-service.md
- REST API Recipes: rest-recipes.md
- REST Tracing: serving/tracing.md
- Serving Resilience: serving/resilience.md
- Hardened Service Image: deploy/hardened-image.md
- Async REST Jobs & Webhooks: serving/async-jobs.md
- gRPC Service: serving/grpc.md
- REST Authentication: serving/authentication.md
- Helm Deployment: deploy/helm.md
- Multi-Arch Containers: deploy/multi-arch.md
- ModelLoader & Pipelines: model-loader.md
- Model Registry: model-registry.md
- Model Manifest: model-manifest.md
- Advanced NER & Output Formatting: output-formatting.md
- Clinical Context & Extraction Depth: clinical/context-and-extraction.md
- Medication Sig Parser: clinical/sig-parser.md
- Medical Tokenizer: medical-tokenizer.md
- Configuration & Validation: configuration.md
- Configuration Profiles: profiles.md
- Batch Processing: batch-processing.md
- Performance Profiling: profiling.md
- Zero-shot NER How-to: zero-shot-howto.md
- Zero-shot Toolkit: zero-shot-ner.md
- Examples & Copy/Paste Recipes: examples.md
- Document Adapter Provenance: document-adapter-provenance.md
- EPUB Extraction: multimodal/epub-extraction.md
- Testing & QA: testing.md
- Eval Harness & Metrics: eval-harness.md
- Experiencer Refinement: clinical/experiencer-refinement.md
- OpenVINO Runtime: runtimes/openvino.md
- Device Tiers & SLOs: tiers.md
- AWQ Export: export-awq.md
- GPTQ Export: export-gptq.md
- PII & De-identification:
- De-identification API: api/deidentification.md
- PII Anonymization: anonymization.md
- Per-Language De-identification: languages.md
- Smart Entity Merging: pii-smart-merging.md
- No-Raw-PHI Logging: security/no-raw-phi-logging.md
- LangChain Redaction Wrapper: integrations-langchain.md
- Columnar Redactor: integrations/columnar-redactor.md
- Lakehouse Table Redaction: integrations/lakehouse-redaction.md
- Dask DataFrame De-identification: integrations/dask.md
- DuckDB De-identification UDFs: duckdb-deidentification.md
- Prefect Batch De-identification: prefect-integration.md
- spaCy Pipeline Component: spacy-component.md
- HL7 v2 De-identification: hl7v2-deidentification.md
- Compliance Posture: compliance.md
- Breach Notification Runbook: compliance/breach-notification-runbook.md
- Breach Report Template: compliance/templates/breach-report-template.md
- FHIR Interop Helpers: fhir-interop.md
- Apple Silicon & Mobile:
- MLX Backend: mlx-backend.md
- Torch MPS Performance: performance-mps.md
- MLX Quantized Export: export-mlx-quant.md
- Transformers.js Export: export-transformersjs.md
- ONNX Runtime Web Loader: runtimes/onnxruntime-web.md
- Android Quickstart: android-quickstart.md
- Android ONNX Export: export-onnx-android.md
- Android Tokenization: android-tokenization.md
- Android Span Parity: android-parity.md
- CoreML Packaging: coreml-export.md
- Swift Package (OpenMedKit): swift-openmedkit.md
- Swift-Kotlin API Parity: swift-kotlin-parity.md
- Project:
- FAQ: faq.md
- Troubleshooting & Common Errors: troubleshooting.md
- Onboarding: onboarding.md
- Contributing & Releases: contributing.md
- Reproducible Dependencies: contributing/reproducible-dependencies.md
- Security & Disclosure: security/disclosure-policy.md
- Redactor Threat Model: security/threat-model.md
- No-Telemetry Guarantee: security/no-telemetry.md
- HF Write Token Policy: security/hf-token-policy.md
- Supply Chain Controls: security/supply-chain.md
- Vulnerability Scanning: supply-chain/vulnerability-scanning.md
- Software Bill of Materials: security/sbom.md
- SLSA Build Provenance: supply-chain/provenance.md
- Container Image SBOM: supply-chain/sbom.md
- Container Image Signing: supply-chain/image-signing.md
- Release Streams & Channels: release/semver-and-channels.md
- PyPI Publishing: release/trusted-publishing.md
- OpenMed 1.9.1 Release Notes: release/v1.9.1.md
- OpenMed 1.9.0 Release Notes: release/v1.9.0.md
- OpenMed 1.8.0 Release Notes: release/v1.8.0.md
- OpenMed 1.7.0 Release Notes: release/v1.7.0.md
- Generative Model Policy: generative-model-policy.md
- API Reference: api-reference.md
extra_css:
- stylesheets/openmed-brand.css
theme:
name: material
language: en
logo: assets/openmed-mark.svg
favicon: assets/openmed-favicon.svg
font:
text: Inter Tight
code: JetBrains Mono
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tracking
- toc.integrate
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tabs.link
- announce.dismiss
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/maziyarpanahi/openmed
name: GitHub
- icon: simple/huggingface
link: https://huggingface.co/OpenMed
name: Hugging Face
- icon: fontawesome/brands/x-twitter
link: https://x.com/MaziyarPanahi
name: Maziyar on X
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/openmed-ai/
name: LinkedIn
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
- minify:
minify_html: true
- mkdocstrings:
handlers:
python:
options:
show_source: false
hooks:
- docs/_hooks.py
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
permalink_title: Link to this section
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
watch:
- openmed
- openmed/zero_shot
exclude_docs: |
website/**
brand/**