This document presents a method for detecting and classifying acute ischemic strokes in CT scan images. The method involves pre-processing images using median filtering and skull stripping. Features like mean, entropy, and gray-level co-occurrence matrix values are then extracted. Naive Bayes and k-nearest neighbor classifiers are used to classify images as normal or stroke with 92% accuracy. The k-NN classifier takes longer (8.80 seconds) to process images compared to the Naive Bayes classifier (5.85 seconds). The method accurately detects stroke regions in images and can help in early diagnosis and treatment of ischemic strokes.