Skip to content

Latest commit

 

History

History

06_invoke_API

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Invoke the API from a client application

For the purpose of executing inferences from a client application we have built an Angular single-page application and hosted it on Amazon S3.

Note: we will not go through the steps of building the Angular single-page application and hosting it on Amazon S3 since this is out of scope with respect to the workshop objectives. For additional information on Amazon S3 static website hosting please check the Amazon S3 documentation at the following address: https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html.

You can access the application using this link: endtoendmlapp.cloud-oriented.com

The application is a simple web page where you can input the address of the Amazon API Gateway API deployed in the previous step, plus the values for the wind turbine plant sensors, and check if the plant requires maintenance or its status is healthy.

For example, with the following inputs we obtain that maintenance is required with a very high predicted score.

Invoke from client
Invoke from client

Well done!

By executing this step you have completed the module and the main flow of the workshop.
You can now move to Module 07 to start looking at the model build workflow.