Created on 06-15-201803:16 PM - edited 08-17-201907:09 AM
Ingesting Apache MXNet Gluon Deep Learning Results Via MQTT and Apache NiFi
Summary:
Using a Pre-Trained Model in Apache MXNet Gluon Python 3 code to classify a webcam image captured and processed with OpenCV. In our Python script, we capture the image to disk and capture JSON metadata about the percentage, probabilities and device information. This JSON data is then sent via MQTT to a broker. Apache NiFi processes the JSON data.