add face recognition

This commit is contained in:
2025-01-22 10:36:28 +08:00
parent eab806fb9b
commit c6af9a0461
47 changed files with 3621 additions and 454 deletions

View File

@@ -13,3 +13,7 @@ const (
const (
SystemApiNoncePrefix = "system:nonce:"
)
const (
FaceSamplePrefix = "face:sample:"
)