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
0
votes
1 answer

Add pre-labeled detection images to ibm cloud.annotation.ai

I've labeled some images for detection training in cloud.annotation.ai and trained the model using cacli without any issues. Before uploading the images to cloud.annotation.ai for labeling, the images were named frame####.jpg. However the images…
Elia
  • 762
  • 1
  • 12
  • 28
0
votes
0 answers

How to connect your private APIs to Watson assistant?

I am building a Business Intelligent chat bot where data is retrieved from APIs. I am making the API calls from cloud functions filtering and returning the data. I can make calls while I am connected to VPN but not from outside (IBM cloud…
Quantum Dreamer
  • 432
  • 1
  • 6
  • 17
0
votes
1 answer

IBM web action call to https API not working

I am creating an assistant with IBM Watson. The assistant is passing some info to a web action that calls an https API and fetches data back to the assistant in a JSON format. It looks like the web action is only working and now and then a message…
Triferus
  • 15
  • 5
0
votes
0 answers

How to solve C# reference errors for Watson Unity SDK in Unity?

This is my first Unity project and since I know a bit about Watson, I thought I would start with that. But when I create a new project and import the Watson Unity SDK assets into the Mono environment I get errors like…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
1 answer

Watson training data format

I want Watson to train on certain data the user will provide in my web app - the data will be posted through forms. My question is - which service in IBM Cloud matches this the best? I've tried Discovery, but it doesn't seem to be the best match for…
0
votes
0 answers

Does Watson Language Translator service support variables which shouldn't be translated

Is there an option in Language translator to skip translation for certain words based on a regular expression or some other pattern. For example we have some text where certain values are substituted based on a variable which we don’t want…
dk_cog
  • 60
  • 5
0
votes
1 answer

Which are the possible ways to retrain a model made in IBM Watson Knowledge Studio?

I am working on a knowledge based chatbot creation on ibm watson and I have trained my custom model on ibm watson knowledge studio for agricultural database. Now if someone asked about any information that is not available in our dataset then how…
0
votes
2 answers

IBM Watson Assistant: user input time frame validation

I am using IBM Watson Assistant and try to validate user input against time frames / spans. What function should I use? I was using @sys-date.before(now()) method to validate the time frame between past and present of a user input, but it does now…
0
votes
1 answer

Watson Assistant Log Error "Rate limit exceeded"

I need your help in getting Watson Assistant Logs. I am getting an error “Rate limit exceeded”. According to API docs, we can specify cursor in param. When cursor is specified we can make 120 requests / min. If cursor is not specified then we can…
Meet
  • 243
  • 2
  • 13
0
votes
2 answers

IBM Watson STT: How to use Websocket interface with multiple chunks?

I have developed an application for streaming speech recognition in c++ using another API and IBM Watson Speech to Text service API. In both these programs, I am using the same file which contains this audio several tornadoes touch down as a line…
RC0993
  • 898
  • 1
  • 13
  • 44
0
votes
1 answer

IBM Cloud - Nodemailer works on CloudFunctions, but gives an error on Watson Conversation

I'm trying to integrate nodemailer and IBM Watson together. The issue is that the function works on the cloud functions, but when I integrate it with IBM Conversation, it gives me this error: Error…
John C
  • 517
  • 2
  • 6
  • 16
0
votes
1 answer

IBM Functions/ Action cree una function que arroja este error "error": "Internal error. Object of type module is not JSON serializable"

I am trying to load a python data framework to Watson Function Action. I got the following error. { "error": "Internal error. Object of type module is not JSON serializable" } I am loading a Watson Notebook Dataframe in Watson Function…
0
votes
0 answers

Importing packages errors

Error in importing "from watson_developer_cloud import ToneAnalyzerV3", and "ibm_watson" in Visual Studio Code. Python using VS code to run the Tone Analyzer in IBM Watson cloud. I tried the existing code, however some errors occur while compiling…
swm
  • 71
  • 1
  • 10
0
votes
1 answer

IBM Watson Assistant cloud function action error

Problem with dialogue action hook I am calling a dataframe from cloud function action. I get dailogue node error on first time but I can see the result in context variable. I have tried passing the variable in different ways JSON response { …
Quantum Dreamer
  • 432
  • 1
  • 6
  • 17
0
votes
1 answer

It's possible to use the ibm-watson Assistant2 APIs from the browser?

I'm trying to use the Assistant2 APIs inside my Web Application (Angular CLI project) with the ibm-watson library and the suggested Webpack Configuration. But at runtime I get different CORS policy errors calling the Assistant2 APIs. So it's…
n.pacucci
  • 11
  • 1
1 2 3
99
100