GithubHelp home page GithubHelp logo

mehmetkurt20 / brainctimagestrokedetection-segmentation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yilmaz0734/brainctimagestrokedetection-segmentation

0.0 0.0 0.0 505 KB

This project firstly aims to classify brain CT images using convolutional neural networks. In the second stage, the task is segmentation with Unet.

License: MIT License

Python 3.31% Jupyter Notebook 96.69%

brainctimagestrokedetection-segmentation's Introduction

BrainCTImageStrokeDetection-Segmentation

This project firstly aims to classify brain CT images into two classes namely 'Stroke' and 'Non-Stroke' using convolutional neural networks. In the second stage, the task is making the segmentation with Unet model.

The dataset used in this project is taken from Teknofest2021-AI in Medicine competition. It contains 6000 CT images.

Detection Accuracy: %94.57 (900 Test images) | Segmentation IOU Score: %71.04 (440 Test images)

The model architecture used for the detection task: VGG16

vgg16-1-e1542731207177

The model architecture used for segmentation task: UNET

u-net-architecture

Project includes 8 different phases:

1-Working with DICOM files, getting the images in a correct way to be able to classify/segment it easily with Deep Learning methods.

2-Creating datasets with the correct structure to use them in the project.

3-Making some required operations to images such as contouring-cropping, removing noise and centering brains to convert them into a standart format.

4-Making the operations suitable to the specific task , e.g centering is not suitable to segmentation task.

5-Making different augmentations for the two separate task.

6-Constructing the models.

7-Training/testing the models.

8-Choosing the best model.

ACCURACY VERSUS EPOCHS (visualization of accuracy over training epochs)

EXAMPLES

Segmentation of hemorrhagical stroke.

Segmentation of ischemic stroke.

brainctimagestrokedetection-segmentation's People

Contributors

yilmaz0734 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.