feat: closes #18 added the code to generate models and other

This commit is contained in:
2023-09-26 20:15:28 +01:00
parent 04de6ad574
commit bad53a13e6
22 changed files with 651 additions and 70 deletions

View File

@@ -7,7 +7,7 @@ tmp_dir = "tmp"
bin = "./tmp/main"
cmd = "go build -o ./tmp/main ."
delay = 0
exclude_dir = ["assets", "tmp", "vendor", "testData", "savedData"]
exclude_dir = ["assets", "tmp", "vendor", "testData", "savedData", "tensorflow"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false