Skip to content

cavalab/htn-phenotyping-with-llms

Repository files navigation

Iterative Learning of Computable Phenotypes for Treatment Resistant Hypertension using Large Language Models

Generating hypertension computable phenotypes with LLMs


Setting up the environment

Simply set the conda environment

source activate base

# set our conda environment
if conda info --envs | grep -q htn-cp-llm;
    then echo "htn-cp-llm env already exists";
    else conda env create -f environment.yml;
fi

Running the experiments

conda activate htn-cp-llm
bash run.sh

About

Generating hypertension computable phenotypes with LLMs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published