Display Stats about an Exposure Image Editor Photo Library.
Count by camera, lens, date, ...
Tag images with AI - experimental version.
Working with both X6 and X7 versions.
Recommended python version is python3.12
sh install_tools.sh
uv pip install -r requirements.txt
uv pip install -e .
streamlit run src/exposurestats/app.py
Or use Docker.
Environment variable DEFAULT_PATH pointing to the Exposure library path. See template.env.
For running ExposureStats in a Docker environment, please refer to the detailed instructions in docker/README.md.
Tests need an env var test_image set to a test file.
Notebook folder has an older version, jupyter + seaborn based.
To install requirements for notebooks
# this is probably outdated
sh install_nbs.sh