Caps-Server/Training/config_example.json

7 lines
223 B
JSON
Raw Normal View History

2023-01-15 11:21:47 +01:00
{
"imageDirectory": "../Public/images",
"classifierModelPath": "../Public/classifier.mlmodel",
"trainingIterations": 20,
"serverPath": "https://mydomain.com/caps",
"authenticationToken": "mysecretkey",
}