# Monitor Machine Learning Models Deployed on Tensorflow Serving
To run Grafana, Prometheus, and Tensorflow serving:
This is a demo showing possible ways to monitor machine learning models deployed on Tensorflow Serving using prometheus, Loki & Grafana.
## How to run it
After cloning the repo, on the command line type
`docker-compose up`
`docker-compose up`
## Model Registering
There are different techniques with which you can register your trained model for deployment. For the purpose of simplicity, we're registering a pre-trained half plus two model which is already included in this repo.
## Prediction Example
To pbtain the predection, input instances are passed as follows