init: project structure with LAION scorer, conda setup, and research docs
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
@echo off
|
||||
REM Photo Judgers — Run LAION Scorer (Windows)
|
||||
REM Activates the conda env and runs the scorer
|
||||
|
||||
echo ========================================
|
||||
echo Photo Judgers — LAION Scorer
|
||||
echo ========================================
|
||||
echo.
|
||||
|
||||
call conda activate photo_judgers
|
||||
|
||||
echo Running scorer...
|
||||
echo.
|
||||
|
||||
python -m src.scorer %*
|
||||
|
||||
echo.
|
||||
echo Done. Check output.json for results.
|
||||
pause
|
||||
Reference in New Issue
Block a user