Diagnosis of Alzheimer’s Disease Based on Structural MRI Images using Machine Learning Techniques
Open Access Series of Imaging Studies (OASIS) dataset which is publicly available here.
- Download and install Freesurfer for MRI images preprocessing from here (Follow the instruction in Freesurfer folder to run it on your VM).
- Download and install FSL for visualization from here.
- nipype python library
- Convert MRI images format to .nii file.
- Run all preprocessing stages on .nii MRI files with
mri_preprocessing.py
file.
Note: You have to providesubject_id
andnii_file_path
in the.py
file.
Follow the instructions in Classification and Visualization folder to produce the dataset after preprocessing, visualize data, and apply classification techniques on the dataset.