immich-team commited on
Commit
5fb9bc4
1 Parent(s): ad842c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
- license: mit
 
 
3
  ---
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - immich
4
+ - clip
5
  ---
6
+ # Model Description
7
+
8
+ This repo contains ONNX exports for the CLIP model [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32).
9
+ It separates the visual and textual encoders into separate models for the purpose of generating image and text embeddings.
10
+
11
+ This repo is specifically intended for use with [Immich](https://immich.app/), a self-hosted photo library.