Giter Club home page Giter Club logo

cov19d's Introduction

COV19-CT-DB Database

DOI:10.48550/arXiv.2111.11191

THE CODES

To replicate the codes, the following must be noted:

  1. To run the code properly you would need a training set of images and a validation set of images.
  2. The images must be put in the appropriate directories. With that, the directory of training and validation images included in the code should be changed to match the directory where your image datasets are located. This method is following the documentation for ‘imagedatagenerator’ and ‘flow_from_directory’ at https://www.tensorflow.org/api_docs/python/tf/keras/preprocessing/image/ImageDataGenerator

The algorithm was developed in two versions or steps as follows:

1. Version1

The Code 'COV19-CT-DB-CNN-Model.py'
The algorithm introduces a less hand-engineered CNN model Architecture for automated COVID-19 diagnosis.
The CNN model achitechture is:


Dependencies:
▪ numpy == 1.19.5
▪ matplotlib == 3.3.4
▪ tensorflow == 2.5.0

2. Version2

The Code 'Static_Cropping_Deeplearning_Model_for_CT_images.py'
The work makes use of the above mentioned CNN model with images preprocessed before training. The preprocessing includes a static rectangular croping to the Region of Interest (ROI) in the CT sclices and statitical methods for uppermost and lowermost removal of the slcies in each CT scan image.
The code can be devided in two parts:

PartI. The code without slice processing and parameters tuning [as in version1].

PartII. The code with rectangle-shape cropping and hyperparameters tuning.
● Further dependencies used for this part are:
▪ CV2 == 4.5.4
▪ sklearn == 0.24.2

Citation

● If you find the method useful this method, please considering citing:
@article{Morani2021DeepLB,
title={Deep Learning Based Automated COVID-19 Classification from Computed Tomography Images},
author={Kenan Morani and Devrim {"U}nay},
journal={ArXiv},
year={2021},
volume={abs/2111.11191}
}

Explanatory video

● Literature review, methedology, results and more can be found here. (~34min)

cov19d's People

Contributors

kenanmorani avatar sabotaha 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.