Zero-Shot Image Classification
Transformers.js
ONNX
clip
mobileclip
image-feature-extraction
feature-extraction
Instructions to use Xenova/mobileclip_blt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/mobileclip_blt with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('zero-shot-image-classification', 'Xenova/mobileclip_blt');
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers.js
|
|
|
|
| 3 |
license: other
|
| 4 |
tags:
|
| 5 |
- mobileclip
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
https://github.com/apple/ml-mobileclip with ONNX weights to be compatible with Transformers.js.
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers.js
|
| 3 |
+
pipeline_tag: zero-shot-image-classification
|
| 4 |
license: other
|
| 5 |
tags:
|
| 6 |
- mobileclip
|
| 7 |
+
- image-feature-extraction
|
| 8 |
+
- feature-extraction
|
| 9 |
---
|
| 10 |
|
| 11 |
https://github.com/apple/ml-mobileclip with ONNX weights to be compatible with Transformers.js.
|