This document describes a proposed system to detect Alzheimer's disease using MRI scans and convolutional neural networks. The system aims to help diagnose and predict Alzheimer's at early stages to assist patients. It uses a dataset of 6000 MRI brain images labeled as non-demented, very mild, mild, or moderate Alzheimer's. The proposed model uses convolutional neural networks to extract features from the images. It includes convolutional layers, max pooling, dropout layers, and fully connected layers to classify images based on the stage of Alzheimer's disease. The goal is to help radiologists and doctors diagnose Alzheimer's earlier through automated image analysis.