diamandislabii commited on
Commit
26366b2
·
verified ·
1 Parent(s): 6006104

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - vision
5
+ - image-classification
6
+ ---
7
+
8
+ ### (Liver and Bile Duct) Cholangiocarcinoma
9
+
10
+ This model can additionally be run on our [pathology reports platform](https://www.pathologyreports.ai/marketplace/browse/663d5194-6a54-4534-a05c-f6871201838e)
11
+
12
+ Credits: Dr. Lidiane Marins (Rede D’OR São Paulo, Brazil)
13
+
14
+ ### Introduction
15
+
16
+ This H&E cholangiocarcinoma tissue classifier was developed using transfer learning on a histology optimized version of the VGG19 CNN [(DOI: 10.1038/s42256-019-0068-6)](https://doi.org/10.1038/s42256-019-0068-6) and trained to recognize cholangiocarcinoma and other surrounding tissue elements.
17
+
18
+ Annotations were carried out on batches of image tiles (dimensions: 512 x 512 px) grouped using image-based clustering [(HAVOC, DOI: 10.1126/sciadv.adg1894)](https://doi.org/10.1126/sciadv.adg1894) from 5 publicly available TCGA-CHOL H&E-stained whole slide images. Validation testing was carried out on non-overlapping cases from TCGA.
19
+
20
+ ### Classes
21
+
22
+ 1. Connective Tissue
23
+ 2. Demoplasia
24
+ 3. ICC
25
+ 4. Skeletal muscle
26
+ 5. Necrosis
27
+ 6. Non neoplastic liver
28
+ 7. Blank space
29
+
30
+ This information can be found in the inference.json file
31
+
32
+ ### Evaluation Metrics
33
+
34
+ Classifier validation can be found on the [pathology reports platform](https://www.pathologyreports.ai/marketplace/browse/663d5194-6a54-4534-a05c-f6871201838e)