feat: Implement face clustering and media retrieval for persons

This commit is contained in:
2025-11-15 23:39:51 +01:00
parent 0f3e098d6d
commit d444871829
9 changed files with 239 additions and 8 deletions

7
Cargo.lock generated
View File

@@ -751,6 +751,12 @@ version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
[[package]]
name = "dbscan"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9654109c8a07c62a71b9d443e72dde6c6e1364a9e8654126be122c58919d8a85"
[[package]]
name = "der"
version = "0.7.10"
@@ -1810,6 +1816,7 @@ dependencies = [
"axum-extra",
"bytes",
"chrono",
"dbscan",
"futures",
"headers",
"jsonwebtoken",