Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,9 @@ license: mit
|
|
3 |
pipeline_tag: image-classification
|
4 |
tags:
|
5 |
- medical
|
|
|
|
|
|
|
6 |
---
|
7 |
## Model Purpose
|
8 |
Classify whether there is cancer or not in CT-scan images of the lungs.
|
@@ -57,4 +60,4 @@ outputs = model(**inputs)
|
|
57 |
|
58 |
## Results
|
59 |
```
|
60 |
-
{'test_accuracy': 0.8852380952380952}
|
|
|
3 |
pipeline_tag: image-classification
|
4 |
tags:
|
5 |
- medical
|
6 |
+
- biology
|
7 |
+
- Scans
|
8 |
+
- CT
|
9 |
---
|
10 |
## Model Purpose
|
11 |
Classify whether there is cancer or not in CT-scan images of the lungs.
|
|
|
60 |
|
61 |
## Results
|
62 |
```
|
63 |
+
{'test_accuracy': 0.8852380952380952}
|