Questions tagged [ibm-watson]

A collection of REST APIs and SDKs that can be used to integrate AI into your applications to solve complex problems.

A collection of REST APIs and SDKs that use cognitive computing to solve complex problems.

Watson APIs are adaptable, interactive and contextual in the way they provide information.

Instead of simply returning prepared responses, these APIs provide answers based on what they know to be correct, relying on information they've acquired over time.

See: http://www.ibm.com/watson/developer/

2412 questions
6
votes
2 answers

How to implement watson conversation with multiple workspaces

In the webinar it has mentioned about using multiple conversation workspaces to handle different topics of a project (e.g. functional conversations vs off-topics). How should we implement this design? Say if we have two workspaces, one is…
AnthC
  • 63
  • 3
6
votes
3 answers

How can I integrate Bluemix Conversation and Speech-To-Text and Text-To-Speech

I would like to use the Bluemix Conversation sample application and add speech input and output to it. There are other sample applications for Bluemix TTS and STT available. What are options to integrate these 3 functions and which of them are…
6
votes
2 answers

Watson api using node.js

I am trying to use this node.js code to use watson api which is in ibm cloud bluemix in our ios app. Can anybody tell me what this code is doing and provide us an answer how to use the watson service from our app. var express =…
Swayambhu
  • 458
  • 2
  • 8
  • 19
5
votes
0 answers

Unable to connect to Cloud object storage instance IBM Watson Studio

I am trying to connect to COS from IBM Watson studio but I get an error... When I hit enter I get the following error: Unable to find products data_catalog or data_science_experience in the entitlements response for account id:…
5
votes
1 answer

Does IBM.WatsonDeveloperCloud.SpeechToText.v1 Support Cross Platform support in Xamarin Forms

I am working on Speech Recognition ie speech to text API in Cross-platform Xamarin forms. while doing google I found IBM.WatsonDeveloperCloud.SpeechToText.v1. So my question is does it support in Xamarin forms? If yes, please let me know how to make…
Pritish
  • 2,194
  • 2
  • 21
  • 44
5
votes
0 answers

Unable to transcode from audio/l16;rate=48000;channel=1 to one of: audio/x-float-array; rate=16000; channels=1,

I am currently working on Softbanks' robot Pepper and I try to use Watson speech-to-text solution on Pepper's audio buffers remote streaming by using websocket protocol. I used the answer to that former question NAO robot remote audio problems to…
5
votes
2 answers

IBM Watson Slots won't accept 0

I'm trying out the slots feature in IBM Watson Conversations and have hit an issue which I'm not sure how to work around. I have a use case that is collecting a number of pieces of information from a user so using the Slots feature makes sense.…
Oliver Cox
  • 63
  • 6
5
votes
1 answer

Android Bluemix not showing speaker tag

I am using IBM bluemix to transcribe some audio, and I want to use the APIs speaker recognition. I set up the the recognizer like this: private RecognizeOptions getRecognizeOptions() { return new RecognizeOptions.Builder() …
bear
  • 663
  • 1
  • 14
  • 33
5
votes
4 answers

How to extract current date in watson conversation

I need to create a condition, in Watson Conversation dialog model, like this: if "today's date" < 04-15-2017 do something. else do something else. I prefer not asking the user for current date and save it. I tried many ways but they don't work, I…
OiRc
  • 1,602
  • 4
  • 21
  • 60
5
votes
2 answers

how to call ibm watson api from .net core

I'm trying to call the watson personality insight api, after looking around it seems the solution is to make a .net equivalent of the following curl request. I'm pretty new to this and was wondering if i could get guidance or be pointed to relevant…
lagfvu
  • 597
  • 6
  • 21
5
votes
1 answer

How to identify multiple speakers and their text from an audio input?

I am using Microsoft's cognitive services. I have an audio input and need to identify multiple speakers and their individual text. As per my understanding, Speaker Rekognition API can identify different individuals and Bing Speech API can convert…
5
votes
1 answer

Is there any Watson or Bluemix API to be able to work with OCR (Optical Character Recognition)?

Is there any Watson or Bluemix API to be able to work with OCR?
5
votes
2 answers

Stream audio from mic to IBM Watson SpeechToText Web service using Java SDK

Trying to send a continuous audio stream from microphone directly to IBM Watson SpeechToText Web service using the Java SDK. One of the examples provided with the distribution (RecognizeUsingWebSocketsExample) shows how to stream a file in .WAV…
5
votes
2 answers

Has anyone heard about a replacement for the Concept Expansion service?

I have been learning about the IBM Watson services and Bluemix over the last few months. I had previously looked at the Concept Expansion service but when I returned to the page where this service is described, I found the message from IBM that this…
Paul Courtney
  • 119
  • 2
  • 9
5
votes
2 answers

Passing variables into Watson Dialog

In many situations, it may be helpful to pass known information (e.g. the user's name to present a personalized greeting) into a new Watson Dialog conversation so to avoid asking the user redundant or unnecessary questions. In looking at the API…
Jim Hoskins
  • 270
  • 1
  • 9