Caps-Server/Training/config_example.json
2023-01-15 11:21:47 +01:00

7 lines
223 B
JSON

{
"imageDirectory": "../Public/images",
"classifierModelPath": "../Public/classifier.mlmodel",
"trainingIterations": 20,
"serverPath": "https://mydomain.com/caps",
"authenticationToken": "mysecretkey",
}