Environmental preparation steps
- Cloning the code base:
git clone https://github.com/DCDmllm/HealthGPT.git
- Create a Python environment:
conda create -n HealthGPT python=3.10
- Activate the environment and install dependencies:
pip install -r requirements.txt
Preparation of weights file
The following model weights need to be downloaded:
- Visual Coder clip-vit-large-patch14-336
- Base model (M3 or L14 depending on version)
- VQGAN model
- H-LoRA adapter weights
caveat
Need to make sure that each weight file is placed under the correct directory path, some weights will be released soon. It is recommended to check GitHub regularly for updates.
This answer comes from the articleHealthGPT: A Medical Big Model to Support Medical Image Analysis and Diagnostic Q&AThe