๐ง DementiaScan-Predict: Rapid Stage Classification ๐
Welcome! This tool offers rapid, preliminary classification of dementia stages from MRI brain scans. Our core innovation is providing highly efficient and accessible AI diagnostics, perfect for deployment in resource-constrained environments.
๐ How It Works:
- Upload an MRI Scan (T1-weighted image).
- Click 'Classify Scan' to trigger the analysis.
- Get Instant Results for the predicted dementia stage and confidence.
๐ค Input Image
๐ก Quick Test Examples:
Click on any image below to load and classify it instantly!
Examples
โ Prediction Results
๐ Methodology: ORB-BoVW-SVM
We employ a fast, classical Computer Vision pipeline for efficiency:
- Feature Detection: ORB detects key visual points on the brain scan.
- Feature Encoding: Bag of Visual Words (BoVW) converts these features into a compact, fixed-size histogram (vector).
- Classification: The resulting vector is classified using a Support Vector Machine (SVM).
This approach ensures excellent speed and low computational overhead compared to standard deep learning models.