Alwaly commited on
Commit
f9b43d6
·
verified ·
1 Parent(s): 4b5f739

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -17,3 +17,17 @@ configs:
17
  - split: train
18
  path: data/train-*
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - split: train
18
  path: data/train-*
19
  ---
20
+
21
+ ### Lung and Colon Cancer
22
+
23
+ - **Description**: 25,000 images covering different tissue types in the lung and colon.
24
+
25
+ | **Path** | **Subclass** | **Description** |
26
+ |--------------------|--------------------------|--------------------------------------|
27
+ | **/colon_aca** | Colon Adenocarcinoma | Cancerous cells of the colon |
28
+ | **/colon_bnt** | Colon Benign Tissue | Healthy colon tissues |
29
+ | **/lung_aca** | Lung Adenocarcinoma | Cancerous cells of the lung |
30
+ | **/lung_bnt** | Lung Benign Tissue | Healthy lung tissues |
31
+ | **/lung_scc** | Lung Squamous Cell Carcinoma | Aggressive lung cancer type |
32
+
33
+ ---