mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 02:13:51 -04:00
* 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>
4 lines
154 B
Python
4 lines
154 B
Python
from .clip import CLIPSTTextEncoder, CLIPSTVisionEncoder
|
|
from .facial_recognition import FaceRecognizer
|
|
from .image_classification import ImageClassifier
|