Building a Web Application
In this section, we will show you the few steps needed to build a web application using the KNIME software.
After a short introduction to KNIME WebPortal, we will show how to create composite views, how to include them to create interaction points, and how to structure the application into a sequence of web pages as interaction points, following the Guided Analytics principles.
As an example, we will apply what we have learned to build a web application around the deployment workflow of the case study on cancer cell classification described in Chapter 9, Convolutional Neural Networks for Image Classification.
Introduction to KNIME WebPortal
The first step in building a web application is to design and implement the sequence of web-based interaction points within the workflow. In a case study on the classification of cancer cells, our data scientist could build a deployment workflow with two interaction points: one to allow the end user to upload...