Knowledge Hub

Articles

Insights on enterprise AI automation, Pega, generative AI, and financial services technology.

Cloud & App Engineering

← All articles
3 min read

How to create a simple React js single page application?

In this particular post, we will learn to create a single React js single page application. React JS uses JSX — it helps us in keeping…

React
3 min read

How to create a simple messaging app using Google Cloud Pub Service?

In this particular post, we will learn to create a simple messaging app using Google Cloud Pub-Sub Service.

Google CloudPub/SubServerless
4 min read

How to deploy a Tensorflow JS predictive model as a web app using google cloud run?

In this particular post, we will learn to deploy a Tensorflow JS predictive model as a web app using google cloud run. Tensorflow JS…

Google CloudCloud RunTensorFlow
2 min read

How to use a Google Cloud AI-Powered Text-to-Speech REST Service?

In this particular post, we will learn how to use the Google Cloud Text-to-Speech REST service. It converts text into natural-sounding…

Google CloudRESTMachine Learning
2 min read

Create a Google Cloud Translation REST API Service

In this particular post, you will learn to create and use the Google cloud translation REST API service. It is a pre-trained model over…

Google CloudRESTMachine Learning
2 min read

Create a Document AI service REST API processor in Google Cloud

Document AI allows you to turn dark, unstructured documents into actionable data to increase operational efficiency, simplify business…

Google CloudRESTMachine Learning
4 min read

Create a simple event-driven Google Cloud Function app to create an image thumbnail

In this particular post, we will learn to create a simple event-driven google cloud function that creates an image thumbnail for the…

Google CloudCloud FunctionsServerless
6 min read

Deploy a Serverless RESTFUL API using Google Cloud Run and Cloud Firestore

In this particular post, we will learn to deploy a highly-available, cost-effective Serverless RESTFUL API application using the Google…

Google CloudCloud RunFirestoreServerless
5 min read

Deploy a simple scikit linear regression predictive model to Google AI Platform

In this particular post, we will learn how to deploy a simple House Price scikit linear regression predictive model to the Google AI…

Google CloudMachine LearningPython
6 min read

Deploy a simple flask application in Google Cloud Run

In this particular post, we will learn to create a simple currency converter application. The technologies used in this application are as…

Google CloudCloud RunPython