1
0

Initial Release

This commit is contained in:
2026-05-24 19:58:20 -07:00
commit d7b7e01e92
28 changed files with 4273 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Download Tensorflow from: https://www.tensorflow.org/install/lang_c
# Extract ZIP contents to 'C:\lib\tensorflow'
# Add 'C:\lib\tensorflow\lib' to System PATH
$env:TF_CPP_MIN_LOG_LEVEL=2
$env:CGO_ENABLED = "1"
$env:CGO_CFLAGS = "-IC:\lib\tensorflow\include"
$env:CGO_LDFLAGS = "-LC:\lib\tensorflow\lib -ltensorflow"
go run main.go