You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a Deep Learning model using Convolutional Neural Networks (CNN) for predicting strokes from CT scans. The model aims to assist in early detection and intervention of strokes, potentially saving lives and improving patient outcomes.
This is a Flask-based web application that predicts the risk of brain stroke based on medical and personal information. It uses a Logistic Regression model trained on the Kaggle Stroke Prediction Dataset.
A machine learning framework to predict brain stroke risk using demographic, medical, and lifestyle data from patient records. The pipeline features robust data preprocessing to handle class imbalance and evaluates five supervised classification models to identify key health predictors.