Adds annotations and additional graphics to images so photo can have additional context.
It seems no photo printing service allows for backside text of more than 10-20 characters, which is not enough for a proper description.
Setup the environment and install Python dependencies:
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements/requirements.txt
To uninstall, run:
deactivate
rm -rf venv
To generate example images, run:
source venv/bin/activate
python3 manage.py generate examples
Generated images are saved in target/examples
directory.
To generate your own images:
- Create a new directory in
source
directory - Add images to the directory
- Create
metadata.csv
and add metadata for each image - Run
python3 manage.py generate <directory_name>
to generate images