mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05: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
 |