Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 601 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 601 Bytes

EXIF stats

Federico Amedeo Izzo - 2023

Usage

The EXIF metadata is gathered using exif2pandas

  • Install exif2pandas and other dependencies
pip install -r requirements
  • Run exif2pandas to collect metadata information
time exif2pandas -f pictures.feather ~/Pictures/
  • Change the following line in the code to match your feather file name
exif_data_file = "./pictures.feather"
  • Run exifstats.py using streamlit
streamlit run exif_stats pictures.feather

[email protected]