Instructions to use KidsWithTokens/Medical-Adapter-Zoo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use KidsWithTokens/Medical-Adapter-Zoo with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("KidsWithTokens/Medical-Adapter-Zoo", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
|
| 8 |
Welcome Medical Adapters Zoo!
|
| 9 |
|
| 10 |
-
We are training adapters
|
| 11 |
|
| 12 |
Download an adapter for your target disease—trained on organs, lesions, and abnormalities—and effortlessly enhance SAM.
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
Welcome Medical Adapters Zoo!
|
| 9 |
|
| 10 |
+
We are training adapters to adapt SAM (Segment Anything Model) for the medical image segmentation.
|
| 11 |
|
| 12 |
Download an adapter for your target disease—trained on organs, lesions, and abnormalities—and effortlessly enhance SAM.
|
| 13 |
|