update README
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- ai
|
6 |
+
- transformers
|
7 |
+
- onnx
|
8 |
+
- images
|
9 |
+
- image-processing
|
10 |
+
- embeddings
|
11 |
+
- clip
|
12 |
license: mit
|
13 |
---
|
14 |
+
|
15 |
+
# imgbeddings
|
16 |
+
|
17 |
+
The HF repo where the models for [imgbeddings](https://github.com/minimaxir/imgbeddings) are loaded.
|
18 |
+
|
19 |
+
The ONNX files were generated using [this export Notebook](https://github.com/minimaxir/imgbeddings/blob/main/examples/export.ipynb).
|
20 |
+
|
21 |
+
## License
|
22 |
+
|
23 |
+
MIT
|