image_classifier/README.md

9 lines
188 B
Markdown
Raw Normal View History

2021-09-06 14:52:20 +02:00
== image_classifier
2021-10-25 07:50:39 +02:00
Classifies images by their EXIF date (e.g. /path/YYYY.MM.DD/image.jpg).
= Install
2022-09-05 14:14:03 +02:00
apt install exiv2 cmake libexiv2-dev libboost-python-dev
2022-05-02 12:57:54 +02:00
python3 setup.py install