kaczmarj commited on
Commit
0695d31
1 Parent(s): 5f6b058

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -18
README.md CHANGED
@@ -1,24 +1,15 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
- language:
4
- - en
5
  ---
6
 
7
- A breast cancer tumor classification model. This model is a ResNet34 and was trained on TCGA BRCA.
8
 
9
- Please refer to the [original GitHub Repo](https://github.com/SBU-BMI/quip_cancer_segmentation)
10
- and the [associated paper](https://pubmed.ncbi.nlm.nih.gov/32277893/). If you find this model useful,
11
- please consider citing relevant paper:
 
 
 
 
12
 
13
- ```bibtex
14
- @article{le2020utilizing,
15
- title={Utilizing automated breast cancer detection to identify spatial distributions of tumor-infiltrating lymphocytes in invasive breast cancer},
16
- author={Le, Han and Gupta, Rajarsi and Hou, Le and Abousamra, Shahira and Fassler, Danielle and Torre-Healy, Luke and Moffitt, Richard A and Kurc, Tahsin and Samaras, Dimitris and Batiste, Rebecca and others},
17
- journal={The American journal of pathology},
18
- volume={190},
19
- number={7},
20
- pages={1491--1504},
21
- year={2020},
22
- publisher={Elsevier}
23
- }
24
- ```
 
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
3
  ---
4
 
5
+ A lung cancer tumor classification model. This model is a ResNet34 and was trained on TCGA LUAD.
6
 
7
+ The model outputs 6 classes per patch:
8
+ 1. lepidic
9
+ 2. benign
10
+ 3. acinar
11
+ 4. micropapillary
12
+ 5. mucinous
13
+ 6. solid
14
 
15
+ Please refer to the [original GitHub Repo](https://github.com/SBU-BMI/quip_lung_cancer_detection)