Conundrum is an ISV partner for NVIDIA in the Industrial AI Predictive Maintenance domain. This Helm chart corresponds to the aircraft engine degradation simulation demo container using Conundrum's platform that in turn uses PyTorch and TensorFlow. The demo involves real-time data simulation of randomly picked aircraft from NASA's FD001 dataset, Inference model for failure probability and a dashboard with widgets displaying engine malfunction warnings, sensor influence, model quality and GPU usage.
Turbofan Engine Degradation Simulation Data Set
Citation: A. Saxena and K. Goebel (2008). "Turbofan Engine Degradation Simulation Data Set", NASA Ames Prognostics Data Repository(https://ti.arc.nasa.gov/tech/dash/groups/pcoe/prognostic-data-repository/ case #6), NASA Ames Research Center, Moffett Field, CA
Description: Engine degradation simulation was carried out using C-MAPSS. Four different were sets simulated under different combinations of operational conditions and fault modes. Records several sensor channels to characterize fault evolution. The data set was provided by the Prognostics CoE at NASA Ames.
On a system installed with microk8s and Helm, do the following:
> sudo microk8s.helm fetch https://helm.ngc.nvidia.com/partners/charts/helm-conundrum-aircraftengine-cuda10-pytorch11-latest.tgz
> sudo microk8s.helm install --name test helm-conundrum-aircraftengine-cuda10-pytorch11-latest.tgz
> sudo microk8s.kubectl get pods
http://host-ip:32663 where host-ip is the ip address of the system with microk8s and Helm.