Update README.md
Browse files
README.md
CHANGED
|
@@ -30,10 +30,12 @@ Intended Uses & Limitations
|
|
| 30 |
|
| 31 |
|
| 32 |
How to Use
|
|
|
|
| 33 |
from transformers import pipeline
|
| 34 |
|
| 35 |
pipe = pipeline("image-classification", model="SANDEEPNADESAN/stroke-detector-vit")
|
| 36 |
|
| 37 |
result = pipe("path_to_ct_image.jpg")
|
|
|
|
| 38 |
print(result)
|
| 39 |
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
How to Use
|
| 33 |
+
|
| 34 |
from transformers import pipeline
|
| 35 |
|
| 36 |
pipe = pipeline("image-classification", model="SANDEEPNADESAN/stroke-detector-vit")
|
| 37 |
|
| 38 |
result = pipe("path_to_ct_image.jpg")
|
| 39 |
+
|
| 40 |
print(result)
|
| 41 |
|