Skip to content

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.

Notifications You must be signed in to change notification settings

AkramOM606/DeepLearning-CNN-Brain-Stroke-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeepLearning-CNN-Brain-Stroke-Prediction

Description

This project utilizes a Deep Learning model built with Convolutional Neural Networks (CNN) to predict strokes from CT scans. The goal of this project is to aid in the early detection and intervention of strokes, which can lead to better patient outcomes and potentially save lives.

Dataset

The model is trained on a dataset of CT scans from Kaggle, which includes both positive (stroke) and negative (no stroke) AKA normal cases.

Model

The model is a Convolutional Neural Network, a class of deep learning models, that has proven to be highly effective in areas such as image recognition and classification. CNNs are particularly good at picking up on patterns in the input image, such as lines, gradients, circles, or even eyes and faces. It's this property that makes convolutional networks so powerful for computer vision tasks.

Installation

Instructions for setting up and installing the project, including any dependencies.

Usage

Instructions for using the project, including how to run the model and interpret the results.

Contributing

We welcome contributions to enhance this project! Feel free to:

  1. Fork the repository.
  2. Create a new branch for your improvements.
  3. Make your changes and commit them.
  4. Open a pull request to propose your contributions.

We'll review your pull request and provide feedback promptly.

License

This project is licensed under the MIT License: https://opensource.org/licenses/MIT (see LICENSE.md for details).

About

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.

Topics

Resources

Stars

Watchers

Forks