Kareem Imrayya
  • Joined on 2022-03-11
Imrayya pushed to main at Imrayya/ai_model_manager 2026-09-02 12:39:06 +02:00
99746d59df Revert design doc to complex v1.2 hierarchy design
Imrayya pushed to main at Imrayya/ai_model_manager 2026-09-02 12:35:10 +02:00
091457ae8a Update doc/DESIGN-DOC.md
Imrayya pushed to main at Imrayya/ai_model_manager 2026-08-28 14:22:27 +02:00
ae42966acf Doc: Updated Design Doc
Imrayya pushed to main at Imrayya/ai_model_manager 2026-08-28 10:31:08 +02:00
6531fb87c2 doc: Added design doc
Imrayya created repository Imrayya/ai_model_manager 2026-08-28 09:07:33 +02:00
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-24 07:15:05 +02:00
8a113e58cc feat: shortlist.bat offers threshold or top-N%% mode; add shortlist_top.bat
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-24 07:14:20 +02:00
a2d2387303 feat: add shortlist_top — pick top N% of scored photos and copy to folder
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 20:19:10 +02:00
ca0f0b6a07 feat: GPU detection + PHOTO_JUDGERS_DEVICE override + diagnostics
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 20:17:05 +02:00
af26f3c369 fix: extract pooler_output from BaseModelOutputWithPooling in get_image_features (newer transformers)
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 19:31:36 +02:00
016a68e0a2 fix: self-contained LAION V2 (CLIP via transformers + official .pth head), no remote code, no stale wrapper
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 18:34:58 +02:00
e60b4dce20 feat: add reset.{sh,bat} to rebuild conda env from scratch (fixes corrupt HF stack)
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 18:27:44 +02:00
62f65a2d8e fix: load LAION V2 directly via transformers (trust_remote_code); drop stale wrapper; pin requirements
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 18:15:59 +02:00
027788707e fix: idempotent setup (skip env if exists), trim requirements.txt
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 18:10:18 +02:00
1b6c167480 fix: LAION V2 import — correct module (aesthetics_predictor), class (V2Linear), and model ID (sac-logos-ava1-l14-linearMSE)
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 18:06:36 +02:00
a9a54080bc chore: remove pycache, gitignore __pycache__
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 18:05:03 +02:00
09c51f26b5 fix: simple
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 17:43:08 +02:00
224a695ac3 feat: shortlist builder — read JSON, set thresholds, copy passing photos
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 17:38:16 +02:00
d218326d47 chore: add models/ dir for local HF cache, gitignore it
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 17:36:13 +02:00
2d6d9085f5 feat: add local model cache directory
Imrayya pushed to main at Imrayya/photo_judgers 2026-08-23 17:32:26 +02:00
4b28ac6de0 chore: remove root scorer.py (moved to src/)