Train models against your custom classifier
Step 1: Create a config file
Step 2: Populate the config file
[Local-AI-model]
saved_model = /path/to/your/saved/model
Threshold = <threshold for classification>
[Remote-AI-model]
URL =
Username =
Password =
Version =
Threshold = Step 3: Modify the tool to query your model
Last updated