first commit

This commit is contained in:
skylanix
2026-06-28 20:21:40 +02:00
commit b66b065da1
16 changed files with 1097 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from .ocr import TweetOCRExtractor
from .classifier import ZeroShotClassifier
from .organizer import ImageThemeOrganizer
__version__ = "1.0.0"