flaviagiammarino
commited on
Commit
•
7ad223a
1
Parent(s):
8c2476e
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# Model Card for MedSAM
|
5 |
|
@@ -54,4 +61,4 @@ ax[1].set_title("MedSAM Segmentation")
|
|
54 |
ax[1].axis("off")
|
55 |
plt.show()
|
56 |
```
|
57 |
-
![results](scripts/results.png)
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: image-segmentation
|
4 |
+
tags:
|
5 |
+
- medical
|
6 |
+
widget:
|
7 |
+
- src: https://raw.githubusercontent.com/bowang-lab/MedSAM/main/assets/img_demo.png
|
8 |
+
example_title: "Abdomen CT Scan"
|
9 |
+
|
10 |
---
|
11 |
# Model Card for MedSAM
|
12 |
|
|
|
61 |
ax[1].axis("off")
|
62 |
plt.show()
|
63 |
```
|
64 |
+
![results](scripts/results.png)
|