File size: 788 Bytes
9808bd0 7d56bb9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
license: mit
pipeline_tag: image-classification
---
## Model Details
<!-- Provide a quick summary of what the model is/does. -->
This model is trained on 224X224 Grayscale images which are CT-scans
that are transformed into JPEG. The model is a finetuned version of
[Swin Transformer (tiny-sized model)](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224).
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).
## Uses
The model can be used to classify JPEG images of CT scans into either cancer positive or
Cancer negative groups.
### Out-of-Scope Use
This model is not meant to be used in place of medical diagnosis
|