mirror of
https://github.com/immich-app/immich.git
synced 2025-01-09 05:16:47 +01:00
a2f5674bbb
* basic refactor and styling * removed batching * module entrypoint * removed unused imports * model superclass, model cache now in app state * fixed cache dir and enforced abstract method --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
3 lines
154 B
Python
3 lines
154 B
Python
from .clip import CLIPSTTextEncoder, CLIPSTVisionEncoder
|
|
from .facial_recognition import FaceRecognizer
|
|
from .image_classification import ImageClassifier
|