Keras Inference Monitoring
See the Quick Start guide on how to install and configure Graphsignal.
Use a callback for prediction phases:
from graphsignal.callbacks.keras import GraphsignalCallback
model.predict(..., callbacks=[GraphsignalCallback()])
Examples
The Keras MNIST example illustrates how to add the callback.
Model serving
Graphsignal provides a built-in support for server applications. See Model Serving guide for more information.