feat: shortlist builder — read JSON, set thresholds, copy passing photos

This commit is contained in:
Kareem Horstink
2026-08-23 15:43:04 +00:00
parent d218326d47
commit 224a695ac3
3 changed files with 300 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
@echo off
REM Photo Judgers — Shortlist Builder (Windows)
REM Reads output.json, asks for thresholds, copies photos to shortlist folder
echo ========================================
echo Photo Judgers — Shortlist Builder
echo ========================================
echo.
REM Activate conda env
call conda activate photo_judgers
echo Running shortlist builder...
echo.
python -m src.shortlist %*