switch to using p_hash

This commit is contained in:
q
2025-05-16 23:18:17 +03:00
parent ce19e8a146
commit 86c516742e
5 changed files with 274 additions and 148 deletions

View File

@@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["PyTurboJPEG", "Pillow", "ImageHash", "numpy", "tqdm"]
dependencies = ["PyTurboJPEG", "Pillow", "ImageHash", "numpy", "tqdm", "sqlite-vec", "tabulate"]
[project.scripts]
image-list = "imagelist2:main"