Class KooguClassifier

All Implemented Interfaces:
PamSettings, SettingsNameProvider, DLClassiferModel

public class KooguClassifier extends ArchiveModelClassifier
Classifier which uses deep learning models from Koogus' framework.

Koogu uses TensorFlow models and packages them inside a zipped .kgu file which contains a standard JSON file for the transforms and a .pb model. Users can select a .kgu file - PAMGaurd will decompress it, find the JSON file, set up the transforms and load the model.

Details on Koogu framework can be found athttps://github.com/shyamblast/Koogu?tab=readme-ov-file

Author:
Jamie Macaulay