This repository contains the open-source implementation of MDCOT (Medical Diagnosis Chain-of-Thought with Self-Diagnostic Refinement), a novel framework for Alzheimer's disease diagnosis using multimodal large language models (MLLMs).
By leveraging a Multimodal AD Diagnostic Chain-of-Thought and a Self-Diagnostic Refinement module, MDCOT achieves more accurate and interpretable diagnostic reasoning.
- 🐍 Python 3.8+
- 📦 Other dependencies (see
requirements.txt
)
git clone https://github.com/lul0308/MDCoT.git
cd MDCoT
pip install -r requirements.txt
📥 Download the dataset from here and extract it to the dataset
folder.
python code/main.py
📧 Please create Github issues here or email Chunlin Lu or Yongheng Zhang or Peng Wang or Libo Qin if you have any questions or suggestions.