Diff of /README.md [000000] .. [4ef172]

Switch to unified view

a b/README.md
1
# About Dataset
2
3
## Context
4
COVID-19 (coronavirus disease 2019) is an infectious disease caused by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2), a strain of coronavirus. The first cases were seen in Wuhan, China, in late December 2019 before spreading globally. The current outbreak was officially recognized as a pandemic by the World Health Organization (WHO) on 11 March 2020.
5
6
Currently, Reverse Transcription Polymerase Chain Reaction (RT-PCR) is used for diagnosis of COVID-19. However, X-ray machines are widely available and provide images for diagnosis quickly. Therefore, chest X-ray images can be very useful in early diagnosis of COVID-19.
7
8
---
9
10
## Content
11
- Dataset is organized into **2 folders**: `train`, `test`
12
- Both `train` and `test` contain **3 subfolders**:
13
  - `COVID19`
14
  - `PNEUMONIA`
15
  - `NORMAL`
16
- Dataset contains a total of **6432 X-ray images**
17
- The test data includes **20%** of the total images
18
19
---
20
21
## Acknowledgements
22
Images are collected from various publicly available resources.  
23
If you use the data for research, please give credit to the original authors.
24
25
**Sources:**
26
- https://github.com/ieee8023/covid-chestxray-dataset  
27
- [Chest X-ray Pneumonia (Kaggle)](https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia)  
28
- https://github.com/agchung
29
30
---
31
32
## Inspiration
33
Application of Artificial Intelligence (AI) techniques with radiological images for COVID-19 diagnosis.