File size: 504 Bytes
ef2d33e e9ae4fe | 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 | ---
license: mit
language:
- en
pipeline_tag: feature-extraction
tags:
- medical
- SDoH
version: 1.1.0
---
# MedSDoH (Medical Social Determinants of Health) Rule-Based Model
This repository hosts the **MedSDoH** rule-based NLP model.
## To download the latest release:
```bash
git clone https://huggingface.co/OHNLP/MedSDoH
```
## To download a specific version (e.g., v1.1.0):
```bash
git clone -b v1.1.0 https://huggingface.co/OHNLP/MedSDoH
```
## Git Repository
https://github.com/OHNLP/MedSDoH |