Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: image-classification
|
4 |
+
---
|
5 |
+
## Model Details
|
6 |
+
|
7 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
+
|
9 |
+
This model is trained on 224X224 Grayscale images which are CT-scans
|
10 |
+
that are transformed into JPEG. The model is a finetuned version of
|
11 |
+
[Swin Transformer (tiny-sized model)](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224).
|
12 |
+
I also used this tutorial.[Swin Transformer (tiny-sized model)](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/image_classification.ipynb#scrollTo=UX6dwmT7GP91).
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
## Uses
|
17 |
+
|
18 |
+
The model can be used to classify JPEG images of CT scans into either cancer positive or
|
19 |
+
Cancer negative groups.
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
### Out-of-Scope Use
|
24 |
+
|
25 |
+
This model is not meant to be used in place of medical diagnosis
|