This is a web application built with Python, Flask and MySQL where users can submit samples of their 3D MRI scan and get the diagnosis results. The classification algorithm is based on the paper-
De, Arijit, and Ananda S. Chowdhury. "DTI based Alzheimer’s disease classification with rank modulated fusion of CNNs and random forest." Expert Systems with Applications 169 (2021): 114338.
Direct link of the paper is here.
This app can only classify an MRI image among four classes - Alzheimer's Disease (AD), Late Mild Cognitive Impairment (LMCI), Early Mild Cognitive Impairment (EMCI) and Normal (N). This repository contains only the trained model. The code for training the model and the implementation of the above paper can be found here
- Make sure you have all the necessary packages mentioned here installed in your local machine.
git clone
this repository to your local machine- Go inside the directory "AD_Classification_App"
- Run command
python -m flask run
- Go to the URL provided in the terminal
- Login or Register
- After Login, submit an MRI image of the brain having file format ".nii". After submission, you will get the diagnosis.