immich-team
commited on
Commit
•
95315be
1
Parent(s):
ea6e86a
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 ResNet-50-based CLIP model by OpenAI. See the [CLIP](https://github.com/openai/CLIP/tree/main) 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 specifically intended for use with [Immich](https://immich.app/), a self-hosted photo library.
|