Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.79 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.79 KB

What this lab covers

The labs is intended to showcase the capability of RH components, and how these components can be composed to provide modern applications. The application here is an example of predictive maintenance system which collects data from edge and analyse it for anomalies. The aim of this lab are as follows

  • Show how RH Managed service offerings make application lifecycle faster and scalable
  • Show how RH Data Science makes it easy to build and deploy models.
  • How different components works together to solve a business problem. The application first collects data from the edge devices such as cameras and send the raw data to the AMQ Streams. A consumer to the stream will perform inference and generate alerts. Data Science team use the platform to build (and re-train) and deploy the model in self-serving fashion.

Technical Architecture

This is the technical architecture - showing its exensibility:

  • different image types can be detected
  • diffferent client types be alarted or be used to report on the AI model findings docs/images/1-main-readme/technical-architecture.png

This diagrams more simplistically what this actual demo or workshop does docs/images/1-main-readme/workshop-demo.png

How to run this lab