Start on face detection

This commit is contained in:
viktorstrate
2021-02-15 17:35:28 +01:00
parent 779ab3b7e7
commit abb80ae425
18 changed files with 263 additions and 42 deletions

View File

@@ -4,6 +4,7 @@ go 1.13
require (
github.com/99designs/gqlgen v0.13.0
github.com/Kagami/go-face v0.0.0-20200825065730-3dd2d74dccfb
github.com/agnivade/levenshtein v1.1.0 // indirect
github.com/disintegration/imaging v1.6.2
github.com/gorilla/handlers v1.5.1