Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
pipeline_tag: image-classification
|
|
|
|
|
4 |
---
|
5 |
## Model Details
|
6 |
|
@@ -23,3 +25,8 @@ Cancer negative groups.
|
|
23 |
### Out-of-Scope Use
|
24 |
|
25 |
This model is not meant to be used in place of medical diagnosis
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
pipeline_tag: image-classification
|
4 |
+
tags:
|
5 |
+
- medical
|
6 |
---
|
7 |
## Model Details
|
8 |
|
|
|
25 |
### Out-of-Scope Use
|
26 |
|
27 |
This model is not meant to be used in place of medical diagnosis
|
28 |
+
|
29 |
+
|
30 |
+
## How to Use
|
31 |
+
from transformers import pipeline, set_seed
|
32 |
+
|