Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,9 @@ pipeline_tag: image-classification
|
|
4 |
tags:
|
5 |
- medical
|
6 |
---
|
|
|
|
|
|
|
7 |
## Model Details
|
8 |
|
9 |
This model is trained on 224X224 Grayscale images which were originally CT-scans
|
@@ -15,7 +18,7 @@ I also used this tutorial.[Swin Transformer (tiny-sized model)](https://colab.re
|
|
15 |
|
16 |
## Uses
|
17 |
|
18 |
-
The model can be used to classify JPG images of CT
|
19 |
Cancer negative groups.
|
20 |
I think it would work okay for any image classification task.
|
21 |
|
@@ -25,6 +28,7 @@ I think it would work okay for any image classification task.
|
|
25 |
|
26 |
The model was trained on data originally obtained from the National Cancer Institute
|
27 |
Imaging Data Commons. https://portal.imaging.datacommons.cancer.gov/explore/
|
|
|
28 |
The data set used consisted of about 11,000 images which were transformed CT scans
|
29 |
some of which contained Cancerous Nodules and some that did not.
|
30 |
|
@@ -32,7 +36,7 @@ some of which contained Cancerous Nodules and some that did not.
|
|
32 |
## How to Use
|
33 |
|
34 |
Upload a grayscale JPG into the model inference section and it will cast a prediction.
|
35 |
-
|
36 |
If an image name contains a Y it is positive.
|
37 |
|
38 |
|
|
|
4 |
tags:
|
5 |
- medical
|
6 |
---
|
7 |
+
## Model Purpose
|
8 |
+
Classify whether there is cancer or not in CT-scan images of the lungs.
|
9 |
+
|
10 |
## Model Details
|
11 |
|
12 |
This model is trained on 224X224 Grayscale images which were originally CT-scans
|
|
|
18 |
|
19 |
## Uses
|
20 |
|
21 |
+
The model can be used to classify JPG images of CT-scans into either cancer positive or
|
22 |
Cancer negative groups.
|
23 |
I think it would work okay for any image classification task.
|
24 |
|
|
|
28 |
|
29 |
The model was trained on data originally obtained from the National Cancer Institute
|
30 |
Imaging Data Commons. https://portal.imaging.datacommons.cancer.gov/explore/
|
31 |
+
Specifically data from the National Lung Screening trial.
|
32 |
The data set used consisted of about 11,000 images which were transformed CT scans
|
33 |
some of which contained Cancerous Nodules and some that did not.
|
34 |
|
|
|
36 |
## How to Use
|
37 |
|
38 |
Upload a grayscale JPG into the model inference section and it will cast a prediction.
|
39 |
+
Some are included in this repo. If the image contains an X, it is a negative cancer image.
|
40 |
If an image name contains a Y it is positive.
|
41 |
|
42 |
|