immich-team
commited on
Commit
•
be98fca
1
Parent(s):
e4b1ba9
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- immich
|
4 |
+
- clip
|
5 |
+
- multilingual
|
6 |
+
---
|
7 |
+
# Model Description
|
8 |
+
|
9 |
+
This repo contains ONNX exports for the corresponding ViT-based multilingual CLIP model by OpenCLIP. See the [OpenCLIP](https://github.com/mlfoundations/open_clip) repo for more info.
|
10 |
+
Visual and textual encoders are separated into separate models for the purpose of generating image and text embeddings.
|
11 |
+
|
12 |
+
This repo is intended for use with [Immich](https://immich.app/), a self-hosted photo library.
|