
You can use the timer function in SAP Build Apps as a reference. Using a timer is crucial to inform users about the remaining time. Below are the functions that I have created. SAP Build Apps provides a variety of functions, such as REST API Calls and Logic functions, but you will need to create your own functions.

If the user uploads 10, 20, or 100 images or more, they can then proceed to label the object and predict the images. However, to achieve hyper-automation using SAP BTP, such as SAP AI Core, SAP Build Apps, and SAP BTP Kyma runtime, it is necessary to integrate and streamline these steps.īy following this workflow, businesses can leverage AI capabilities to automate and optimize processes in SAP Customer Checkout, enhancing efficiency and accuracy. Previously, the steps of image upload, training, model updates, and inference were separate processes. In the inference stage, the model is updated with the newly trained data.This separation ensures that the model learns to distinguish between the default items and any newly added products.The training data consists of images of baguettes and croissants, which are kept separate from other products.This step enables the app to handle additional image data.By clicking on two points on the image, the image is labeled.To incorporate new data, such as a cupcake or any other new products, the labeling process is applied in Build Apps.By default, the app is preloaded with images of a baguette and a croissant for training.The workflow can be divided into three main steps: image upload and labeling, training and updating the model, and prediction. The app facilitates a streamlined workflow, encompassing image upload, labeling, training, updating the model, and prediction, both on the front-end and back-end sides.

Additionally, we will demonstrate the process of adding new data, specifically images of cupcakes, and training the model accordingly. This demo utilizes a prepared dataset that includes a combination of 50 images of baguettes and croissants. In this blog post, we will explore a demo available during SAP Customer Checkout that showcases this capability.

#Set a 50 minute timer update#
One of the most frequently asked questions by end-users and customers is whether it is possible to train and update models directly through SAP BTP.
