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
|
@@ -19,7 +19,7 @@ OpticDisc (Fundus Image)
|
|
| 19 |
|
| 20 |
Thyroid Nodule (UltraSound)
|
| 21 |
|
| 22 |
-
Download the Adapters you need
|
| 23 |
|
| 24 |
## What
|
| 25 |
Here are the pre-trained Adapters to transfer [SAM](https://segment-anything.com) (Segment Anything Model) for segmenting various organs/lesions from the medical images.
|
|
|
|
| 19 |
|
| 20 |
Thyroid Nodule (UltraSound)
|
| 21 |
|
| 22 |
+
Download the Adapters you need [here](https://huggingface.co/KidsWithTokens/Medical-Adapter-Zoo/tree/main)
|
| 23 |
|
| 24 |
## What
|
| 25 |
Here are the pre-trained Adapters to transfer [SAM](https://segment-anything.com) (Segment Anything Model) for segmenting various organs/lesions from the medical images.
|