├── .gitignore ├── LICENSE ├── README.md ├── batch-alpha2.py ├── batch-prealpha.py ├── input └── put_images_here.jpg ├── requirements.txt ├── venv_create.bat └── wpkklhc6 └── config.yaml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MNeMoNiCuZ/joy-caption-batch/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MNeMoNiCuZ/joy-caption-batch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MNeMoNiCuZ/joy-caption-batch/HEAD/README.md -------------------------------------------------------------------------------- /batch-alpha2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MNeMoNiCuZ/joy-caption-batch/HEAD/batch-alpha2.py -------------------------------------------------------------------------------- /batch-prealpha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MNeMoNiCuZ/joy-caption-batch/HEAD/batch-prealpha.py -------------------------------------------------------------------------------- /input/put_images_here.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MNeMoNiCuZ/joy-caption-batch/HEAD/input/put_images_here.jpg -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MNeMoNiCuZ/joy-caption-batch/HEAD/requirements.txt -------------------------------------------------------------------------------- /venv_create.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MNeMoNiCuZ/joy-caption-batch/HEAD/venv_create.bat -------------------------------------------------------------------------------- /wpkklhc6/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MNeMoNiCuZ/joy-caption-batch/HEAD/wpkklhc6/config.yaml --------------------------------------------------------------------------------