This repository contains a web framework designed to detect Alzheimer's disease using MRI scan images. The project leverages machine learning models to analyze MRI images and predict the likelihood of Alzheimer's disease.
- Languages Used:
- Python (98.1%)
- Jupyter Notebook (1.4%)
- PowerShell (0.3%)
- JavaScript (0.1%)
- CSS (0.1%)
- HTML (0%)
- MRI Image Analysis: Utilizes advanced image processing techniques to analyze MRI scans.
- Machine Learning Models: Implements machine learning models to predict the presence of Alzheimer's disease.
- Web Interface: Provides a user-friendly web interface for uploading and analyzing MRI images.
- Clone the repository:
git clone https://github.com/nimanthaF/alzheimers-detection.git cd alzheimers-detection
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Access the web interface through your browser:
http://localhost:5000
Contributions are welcome! Please follow the standard GitHub workflow for contributing to this project.
This project is licensed under the MIT License.