Skip to content

Update IMG_9943.jpg

Update IMG_9943.jpg #1

name: Generate Image Metadata
on:
push:
paths:
- 'data/img/**' # Adjust this pattern to match the directory structure of your images
jobs:
generate_metadata:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyexiv2
- name: Generate metadata
run: python generate_metadata.py