Class KetosClassifier2

All Implemented Interfaces:
PamSettings, SettingsNameProvider, DLClassiferModel

public class KetosClassifier2 extends ArchiveModelClassifier
Classifier which uses deep learning models from Meridian's Ketos framework.

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

Details on Meridians framework can be found at https://meridian.cs.dal.ca/2015/04/12/ketos/

KetosClassifier2 is a more abstracted version of KetosClassifer which inherits most functionality from ArchiveModel

Author:
Jamie Macaulay