-
Assistant : helps to interpret human language and host a simple conversation/dialog. This is the Watson component you'd use for building a Chatbot backend service. -- Driving chatbot demo
-
Discovery : helps prepare your unstructured data, create a query that will pinpoint the information you need, and then integrate those insights into your application or existing solution. This service also includes the continuously updated News service, giving access to current and recent news artciles from around the world -- News demo
-
Natural Language Classifier : applies cognitive computing techniques to return the best matching classes for a sentence or phrase -- Classifier demo
-
Natural Language Understanding : The Natural Language Understanding will analyze a block of text, an article or HTML data to output a JSON object that matches the input data with various index -- NLU demo
-
Personality insights: derives insights from user-created text/content (transactional and social media data) to identify psychological traits which might determine purchase decisions, intent and behavioral traits; may be utilized to improve retail conversion rates -- Personality insights demo
-
Visual Recognition: Analyze images for scenes, objects, faces, and other content. Choose a default model off the shelf, or create your own custom classifier. Develop smart applications that analyze the visual content of images or video frames to understand what is happening in a scene -- Visual Recognizer demo
-
Speech to text/Text to speech: for a growing set of spoken languages, converts from one form to another, allowing speech to be processed by text-oriented services like chatbots, Personality Insights, etc, and use speech synthesis to convert messages and text into audio streams -- STT demo, TTS demo
-
Tone Analyzer: The Tone Analyzer service uses linguistic analysis to detect emotional tones, social propensities, and writing styles in written communication. This service will be used in this workshop to show how Node-RED nodes can be used to easily integrate Watson Cognitive Services into an application, with little or no AI skills -- Tone Analyzer demo