Gallery with duplicate search and weighted tags, plus DNN autotagger
Go to file
Přemysl Eric Janouch 7300773b96
deeptagger: give up on Windows altogether
ORT requires MSVC to build.  MSVC can't use MSYS2 libraries.

CMake + clang-cl doesn't work in MSYS2.

GraphicsMagick doesn't provide development packages for Windows.

There is no getopt on Windows.
2024-01-21 17:47:56 +01:00
deeptagger deeptagger: give up on Windows altogether 2024-01-21 17:47:56 +01:00
public Initial commit 2023-12-29 15:02:28 +01:00
LICENSE Add a deep tagger in C++ 2024-01-18 18:31:09 +01:00
Makefile Initial commit 2023-12-29 15:02:28 +01:00
README.adoc gallery: use AsciiDoc for the README 2024-01-21 12:43:27 +01:00
gen-initialize.sh Initial commit 2023-12-29 15:02:28 +01:00
go.mod Initial commit 2023-12-29 15:02:28 +01:00
go.sum Initial commit 2023-12-29 15:02:28 +01:00
initialize.sql Initial commit 2023-12-29 15:02:28 +01:00
main.go gallery: try to avoid OOM while thumbnailing 2024-01-20 19:58:42 +01:00
test.sh Initial commit 2023-12-29 15:02:28 +01:00

README.adoc

gallery

This is gallery software designed to maintain a shadow structure of your filesystem, in which you can attach metadata to your media, and query your collections in various ways.

All media is content-addressed by its SHA-1 hash value, and at your option also perceptually hashed. Duplicate search is an essential feature.

Prerequisites: Go, ImageMagick v7, xdg-utils

The gallery is designed for simplicity, and easy interoperability. sqlite3, curl, jq, and the filesystem will take you a long way.

The intended mode of use is running daily automated sync/thumbnail/dhash/tag batches in a cron job, or from a system timer. See test.sh for usage hints.