initialize if_curator project with core modules for image embedding, processing, diversity analysis, and Immich API integration.

This commit is contained in:
Sebastian G
2026-01-18 17:11:09 -05:00
commit 58d58ec2e0
14 changed files with 3578 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from .cli import main
if __name__ == "__main__":
main()