image_classifier/README.md

11 lines
240 B
Markdown
Raw Permalink Normal View History

2023-11-01 09:47:32 +01:00
# image_classifier
2021-10-25 07:50:39 +02:00
2023-11-01 09:47:32 +01:00
## Description
2021-10-25 07:50:39 +02:00
2023-11-01 09:47:32 +01:00
Classifies images by their EXIF date (e.g. /path/YYYY.MM.DD/image.jpg) or date in filename.
2021-10-25 07:50:39 +02:00
2023-11-01 09:47:32 +01:00
## Install
apt install exiv2 cmake libexiv2-dev libboost-python-dev python3-py3exiv2
2022-05-02 12:57:54 +02:00
python3 setup.py install