This blog post is about how to set up Bring Your Own Search (BYOS) for the Question Answering Service based on IBM Software in Watson Assistant. The implementation of the Question and answering Service is available on GitHub.
Create a custom dictionary model for Watson NLP
This blog post is about, how to create a custom dictionary model for Watson NLP. One capability of the Watson NLP is the "Entity extraction to find mentions of entities (like person, organization, or date)." We will adapt the Watson NLP model to extract entities from a given text to find single entities like names and locations which are identified by an entry and its label.
Run Watson NLP for Embed in a KServe ModelMesh Serving environment on an IBM Cloud Kubernetes cluster in a VPC environment
This blog post is about to run Watson NLP for Embed example in a KServe ModelMesh Serving environment on an IBM Cloud Kubernetes cluster in a Virtual Private Cloud environment and reuses parts of the IBM Watson Libraries for Embed documentation.
Watson Speech to Text language model customization
This blog post is about IBM Cloud Watson Speech to Text (STT) language model customization. Currently I took a look at the IBM Cloud Watson Assistant service used to build conversational assistants. A conversation leads potentially to speech input of users, which needs to be converted to text to be processed using AI for example the NLU.
Use IasCable to create a Virtual Private Cloud and a Red Hat OpenShift cluster on IBM Cloud
In that blog post we use the IasCable framework to create a Virtual Private Cloud and a Red Hat OpenShift cluster on IBM Cloud. I covered the starting point for the IasCable framework in my last blog post “Get started with an installable component infrastructure by selecting components from a catalog of available modules with IasCable“
Use Terraform to create a VPC and a Kubernetes Cluster on IBM Cloud
This blog post contains a simply example to create a Virtual Private Cloud and a Kubernetes Cluster on IBM Cloud using Terraform.
Deploy a simple app using the OpenShift CLI
That blog post is a simple cheat sheet, how to deploy a containerized application to OpenShift. We using an existing container image on a public Quay Repository and the OpenShift CLI.
Configure a project in an IBM Cloud Red Hat OpenShift cluster to access the IBM Cloud Container Registry
This cheat sheet is about, how to configure a project in an IBM Cloud Red Hat OpenShift to access the IBM Cloud Container Registry. We use an image pull secret to access container images from IBM Cloud Container Registries. The cheat sheet combines different steps, which are available in the IBM Cloud documentation.
(Outdated) Some Information about the current IBM Cloud Lite Account
This content is outdated! Please follow the links inside the blog post to get the actual information about current definition of an IBM Cloud Lite Account.
(outdated) Absolute beginner Node-RED flow
The motivation for that blog post is: When I support Hackathons I notice there's often a leak of programming knowledge and building UIs, but they have awesome ideas.