Clone the project repository and navigate to the project directory:
git clone https://github.com/OHNLP/SDoHTagger.git
cd SDoHTagger
It is recommended to use a Conda virtual environment to prevent conflicts with your existing Python setup.
-
Create a new Conda environment using the provided
environment.yml
file:conda env create -f environment.yml
-
Activate the newly created environment:
conda activate sdoh_tagger
Refer to the SDoH category definitions for details on the classification used in this study.
For manual annotation or reviewing annotation results, use MedTator.
Run the SDoH tagger using the provided Jupyter notebook.