Skip to content

OHNLP/SDoHTagger

Repository files navigation

SDoH (Social Determinants of Health) Tagger

Installation Guide

1. Clone the Repository

Clone the project repository and navigate to the project directory:

git clone https://github.com/OHNLP/SDoHTagger.git
cd SDoHTagger

2. Set Up a Python Environment

It is recommended to use a Conda virtual environment to prevent conflicts with your existing Python setup.

  1. Create a new Conda environment using the provided environment.yml file:

    conda env create -f environment.yml
  2. Activate the newly created environment:

    conda activate sdoh_tagger

SDoH Category Definitions

Refer to the SDoH category definitions for details on the classification used in this study.


Annotation and Results Visualization

For manual annotation or reviewing annotation results, use MedTator.


Running the SDoH Tagger

Run the SDoH tagger using the provided Jupyter notebook.