mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00: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
 |