COVID-19 Chest Xray
COVID-19 image data collection
@kaggle.bachrr_covid_chest_xray
COVID-19 image data collection
@kaggle.bachrr_covid_chest_xray
This dataset is a database of COVID-19 cases with chest X-ray or CT images. It contains COVID-19 cases as well as MERS, SARS, and ARDS.
COVID is possibly better diagnosed using radiological imaging Fang, 2020. Companies are developing AI tools and deploying them at hospitals Wired 2020. We should have an open database to develop free tools that will also provide assistance.
Your help is needed, use these images in Kaggle kernels to develop AI-based approaches to predict and understand COVID-19. To learn more about the dataset visit the GitHub repo - covid-chestxray-dataset.
Here is a list of each metadata field, with explanations:
CREATE TABLE metadata (
"patientid" BIGINT,
"offset" DOUBLE,
"sex" VARCHAR,
"age" DOUBLE,
"finding" VARCHAR,
"survival" VARCHAR,
"intubated" VARCHAR,
"intubation_present" VARCHAR,
"went_icu" VARCHAR,
"in_icu" VARCHAR,
"needed_supplemental_o2" VARCHAR,
"extubated" VARCHAR,
"temperature" DOUBLE,
"po2_saturation" DOUBLE,
"leukocyte_count" DOUBLE,
"neutrophil_count" DOUBLE,
"lymphocyte_count" DOUBLE,
"view" VARCHAR,
"modality" VARCHAR,
"date" VARCHAR,
"location" VARCHAR,
"folder" VARCHAR,
"filename" VARCHAR,
"doi" VARCHAR,
"url" VARCHAR,
"license" VARCHAR,
"clinical_notes" VARCHAR,
"other_notes" VARCHAR,
"unnamed_28" VARCHAR -- Unnamed: 28
);Anyone who has the link will be able to view this.