Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Deep Tissue Detector - DenseNet121
|
2 |
|
3 |
A deep learning model for detecting tissue regions in Whole Slide Images (WSI) of histopathology slides.
|
|
|
1 |
+
---
|
2 |
+
license: gpl-3.0
|
3 |
+
tags:
|
4 |
+
- histopathology
|
5 |
+
- tissue-detection
|
6 |
+
- whole-slide-imaging
|
7 |
+
- pathology
|
8 |
+
- medical-imaging
|
9 |
+
- densenet
|
10 |
+
- image-classification
|
11 |
+
- computational-pathology
|
12 |
+
- cancer-research
|
13 |
+
library_name: pytorch
|
14 |
+
pipeline_tag: image-classification
|
15 |
+
---
|
16 |
+
|
17 |
# Deep Tissue Detector - DenseNet121
|
18 |
|
19 |
A deep learning model for detecting tissue regions in Whole Slide Images (WSI) of histopathology slides.
|