Instructions to use radames/blip_image_embeddings with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use radames/blip_image_embeddings with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="radames/blip_image_embeddings")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("radames/blip_image_embeddings", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by harsh814 - opened
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
tags:
|
| 3 |
- feature-extraction
|
| 4 |
license: bsd-3-clause
|
| 5 |
-
library_name:
|
| 6 |
duplicated_from: florentgbelidji/blip_image_embeddings
|
| 7 |
widget:
|
| 8 |
- text: >-
|
|
|
|
| 2 |
tags:
|
| 3 |
- feature-extraction
|
| 4 |
license: bsd-3-clause
|
| 5 |
+
library_name: transformers
|
| 6 |
duplicated_from: florentgbelidji/blip_image_embeddings
|
| 7 |
widget:
|
| 8 |
- text: >-
|