A Go implementation of Facebook's PDQ
trust-and-safety pdq
at main 28 lines 238 B view raw
1# Test data (downloaded images for benchmarking) 2testdata/ 3 4# Go build artifacts 5*.exe 6*.exe~ 7*.dll 8*.so 9*.dylib 10 11# Go test cache 12*.test 13*.out 14 15# Binaries 16/pdqhasher 17/helper 18 19# IDE 20.idea/ 21.vscode/ 22*.swp 23*.swo 24*~ 25 26# OS 27.DS_Store 28Thumbs.db