Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pathak-ashutosh/clinical-risk-prediction

Clinical Risk Prediction using EHRs
https://github.com/pathak-ashutosh/clinical-risk-prediction

clinical-data clinical-research fine-tuning healthcare large-language-models llm-inference machine-learning nlp python

Last synced: 19 days ago
JSON representation

Clinical Risk Prediction using EHRs

Awesome Lists containing this project

README

        

# Clinical Risk Prediction using EHRs

Create a new environment and install the packages listed in an `environment.yml` file, use the `conda env create` command followed by the `-f` option to specify the path to your `environment.yml` file.
Here is the full command: `conda env create -f environment.yml`

To activate the environment, use the `conda activate` command followed by the name of the environment, in this case `crp`.