oohtmeel's picture
Update README.md
feb4ef8 verified
|
raw
history blame
No virus
865 Bytes
metadata
license: mit
pipeline_tag: image-classification
tags:
  - medical

Model Details

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). I also used this tutorial.Swin Transformer (tiny-sized model).

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

How to Use

from transformers import pipeline, set_seed