cross compile files for extract embeddings exec

This commit is contained in:
Kostas Drakontidis
2026-05-29 23:45:50 +03:00
parent 8dffdc9bf9
commit 1ac5ddbf33
4 changed files with 77 additions and 0 deletions
@@ -0,0 +1,8 @@
module OfficeSense/extractEmbeddings
go 1.26.3
require (
github.com/Kagami/go-face v0.0.0-20210630145111-0c14797b4d0e
golang.org/x/image v0.41.0
)