All Projects → armiro → COVID-CXNet

armiro / COVID-CXNet

Licence: MIT License
COVID-CXNet: Diagnosing COVID-19 in Frontal Chest X-ray Images using Deep Learning. Preprint available on arXiv: https://arxiv.org/abs/2006.13807

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to COVID-CXNet

Pytorch Grad Cam
Many Class Activation Map methods implemented in Pytorch for CNNs and Vision Transformers. Including Grad-CAM, Grad-CAM++, Score-CAM, Ablation-CAM and XGrad-CAM
Stars: ✭ 3,814 (+7845.83%)
Mutual labels:  grad-cam, class-activation-maps
COVID-CT-MD
A COVID-19 CT Scan Dataset Applicable in Machine Learning and Deep Learning
Stars: ✭ 22 (-54.17%)
Mutual labels:  covid-19, covid-dataset
AE-CNN
ICVGIP' 18 Oral Paper - Classification of thoracic diseases on ChestX-Ray14 dataset
Stars: ✭ 33 (-31.25%)
Mutual labels:  chexnet, pneumonia-detection
covid19-data-greece
Datasets and analysis of Novel Coronavirus (COVID-19) outbreak in Greece
Stars: ✭ 16 (-66.67%)
Mutual labels:  covid-19, coronavirus-dataset
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+2.08%)
Mutual labels:  covid-19, coronavirus-dataset
Covid19arData
Data COVID-19 Argentina actualizada y en formatos abiertos.
Stars: ✭ 51 (+6.25%)
Mutual labels:  covid-19, coronavirus-dataset
Health-Discernment-System
A menu based multiple chronic disease detection system which will detect if a person is suffering from a severe disease by taking an essential input image.
Stars: ✭ 25 (-47.92%)
Mutual labels:  pneumonia-detection, disease-detection
rid-covid
Image-based COVID-19 diagnosis. Links to software, data, and other resources.
Stars: ✭ 74 (+54.17%)
Mutual labels:  chest-xray, covid-19
covid19.MIScnn
Robust Chest CT Image Segmentation of COVID-19 Lung Infection based on limited data
Stars: ✭ 77 (+60.42%)
Mutual labels:  medical-image-processing, covid-19
data
Collecting and organising COVID-19 data for Slovenia as they come in from various sources
Stars: ✭ 20 (-58.33%)
Mutual labels:  covid-19, covid-dataset
COVID-19-Tweet-Classification-using-Roberta-and-Bert-Simple-Transformers
Rank 1 / 216
Stars: ✭ 24 (-50%)
Mutual labels:  classification, covid-19
Keras MedicalImgAI
No description or website provided.
Stars: ✭ 23 (-52.08%)
Mutual labels:  medical-image-processing, chexnet
coronavirus-mask-image-dataset
Image dataset from Instagram of people wearing medical masks, no mask, or a non-medical (DIY) mask
Stars: ✭ 57 (+18.75%)
Mutual labels:  covid-19
ITF Power BI
Contains functions for pulling publicly-available global COVID-19 case and testing data for analysis and populating a Power BI dashboard.
Stars: ✭ 15 (-68.75%)
Mutual labels:  covid-19
ScaleNet
Data-Driven Neuron Allocation for Scale Aggregation Networks
Stars: ✭ 53 (+10.42%)
Mutual labels:  classification
COA
Openstack Foundation Openstack Certified Administrator exam Preparation
Stars: ✭ 41 (-14.58%)
Mutual labels:  heatmap
covid-19
COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).
Stars: ✭ 28 (-41.67%)
Mutual labels:  covid-19
PHES-ODM
Metadata and code to support covid-19 wastewater surveillance and open science.
Stars: ✭ 34 (-29.17%)
Mutual labels:  covid-19
covid19-passbook-generator
A simple PWA to scan your EU digital COVID Certificate and generate a passbook from it
Stars: ✭ 130 (+170.83%)
Mutual labels:  covid-19
covid
COVID-19 cases around the world.
Stars: ✭ 14 (-70.83%)
Mutual labels:  covid-19

COVID-CXNet

license license

Detecting the novel coronavirus pneumonia in frontal chest X-ray images using transfer learning of CheXNet with a focus on Grad-CAM visualiztions.

Requirements

  • The code has been written in Python 3.9.x and requires TensorFlow v2.6.0
  • Install the dependencies using pip install -r requirements.txt

Data Collection

license

Chest x-ray images of patients with (mostly) PCR-positive COVID-19 are collected from different publicly available sources, such as SIRM. Please cite the associated paper if you are using CXR images. If this repo helped you with your research stuff, you can star it.

@article{haghanifar2020covidcxnet,
  title={COVID-CXNet: Detecting COVID-19 in Frontal Chest X-ray Images using Deep Learning},
  author={Arman Haghanifar, Mahdiyar Molahasani Majdabadi, Seokbum Ko},
  url={https://github.com/armiro/COVID-CXNet},
  year={2020}
}

If you are merging COVID-19 CXR images into your own datasets, please attribute the authors in any publications (DOI: 10.6084/m9.figshare.12580328. You may include the version of the dataset found on the figshare webpage for reproducibility.

  • View COVID-19 images in the directory: chest-xray-images/covid19
  • Download COVID-19 images as a single ZIP file: FigShare
  • Download the complete dataset from Kaggle: coming soon

There are currently 900 images with different sizes and formats, and the data will not be updated anymore. Normal CXRs are collected from different datasets, without a pediatric image bias. Note that a - sign at the end of image name indicates that CXR did not reveal any abnormalities, but the patient had CT/PCR-proven COVID-19 infection (probably patient is in early stages of disease progression). Besides, a p letter at the end of image name means that the image is taken from pediatric patient.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].