Clone the project repository and navigate to the project directory:
git clone https://github.com/OHNLP/MedSDoH.git
cd MedSDoH
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 med_sdoh
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 provided Jupyter notebook.
If you plan to contribute to MedSDoH, follow these steps:
- Fork the repository and create a new branch for your changes:
git checkout -b your-branch-name
- Install development dependencies:
pip install .[dev]
- Set up pre-commit hooks:
pre-commit install
- Commit your changes and open pull request with a clear description of changes.
=======