The document describes a study that used convolutional neural networks (CNNs) to detect brain tumors in MRI images. Three CNN models were developed and their performance was evaluated using metrics like accuracy, precision, recall, F1-score, and confusion matrices. Model 3 achieved the highest test accuracy of 94% for tumor detection. In total, over 2000 MRI images were used in the study after data augmentation. The CNN models incorporated convolution, pooling, and fully connected layers to analyze image features and classify tumors. This research demonstrates that CNNs can accurately detect brain tumors in medical images.