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

Problem in using "VisualRecognitionV3" of IBM-Watson

I have been using "VisualRecognitionV3" for demographic detection for 6 months. But all of sudden now am getting this error "WatsonApiException: Error: Not a valid request, Code: 404 , X-dp-watson-tran-id: gateway01-2177487933 ,…
0
votes
0 answers

How to get the image classifiers result in this json info?

I need to try and get to the answer "class" which is "broke" in this case. I have read the docs and I can't find anything that is helping me. I have tried everything that I have found on the docs like json.dumbs, but I just can't get to this final…
0
votes
1 answer

What does it mean by "The continuous date / time input field 'u_busq_idig' is ignored. Insufficient type specified for field 'sex'"?

i´m creating a model and at the moment of using de C5.0 Operator is appears me error and the following message: "The continuous date / time input field 'u_busq_idig' is ignored. Insufficient type specified for field 'sex'" Here i leave the image.…
0
votes
1 answer

Error: Insufficient credentials provided in constructor argument in AssistantV1.BaseService.initCredentials

I am Building a virtual assistant that responds to a trigger words using this document. I followed the tutorial and when I ran the npm start i got this error. C:\wat\node_modules\ibm-cloud-sdk-core\lib\base_service.js:307 throw new…
0
votes
1 answer

Is there a way to save the output of a whole jupyter notebook to a txt file or similar without using command line but from inside the notebook?

I'm having a quite disturbing issue. I'm running a notebook job on Watson Studio and my job is failing after some execution time. The time varies, sometimes it takes 40 min to fail and sometimes it takes 2 hours. The Watson log doesn't provide any…
Miguel 2488
  • 1,410
  • 1
  • 20
  • 41
0
votes
4 answers

How do I use IBM Watson's Text-To-Speech with Unity?

I'm making a simple app to try out Watson's TTS with the Unity SDK. The only problem I have is that there are almost no resources online to help with this pursuit. I found a piece of code online, but when I tried it with my app, it didn't work…
Bill Bai
  • 89
  • 1
  • 8
0
votes
1 answer

Using IBM Watson's speech-to-text causes method to be called more than once when keyword is recognized

I am using the IBM Watson Speech-To-Text in my Unity program to recognize speech. In the onRecognize() method, which recognizes speech, I placed an if statement that would call a method if it recognized the keyword "go". Although, when the word "go"…
0
votes
0 answers

How to send audio base64 string to server and convert it on java servlet?

I have a web application that is a chatbot with voice. I'm using IBM Watson and HTML5/JavaScript Client Side and Java Servlet API Server Side. However, when I convert base64 to wav audio file on Java is only noise. function generateBlob(blob) { …
Andrey AM
  • 3
  • 3
0
votes
0 answers

My function is no sending an email upon receiving params.finalemail

I created a function in IBM cloud functions to calculate nights between two dates and send an email. The nights calculation works perfectly.Watson sends the params.checkout and params.checkin and it returns the total nights. When Watson sends the…
0
votes
2 answers

How to upload in muy website the watson chatbot, please

I already finish the chatbot, but I have no idea of how to upload it to my website, please, help :) I tried to look for some code to send to the IT developers, but cannot find it :( And the IT guys are too busy, so I'ld like to get the answer by…
0
votes
1 answer

Unable to create connection: Invalid connection details. Please verify you have entered the correct connection details

I am trying to create a connection in IBM Watson Studio but after entering all the right credentials, I still get the error, "Unable to create connection: Invalid connection details. Please verify you have entered the correct connection details". I…
Conrad747
  • 45
  • 7
0
votes
3 answers

Watson Assistant: Can I define Intent using Entities in the Examples?

How to I create an #Intent which looks something like this: How much is a @ProductType? Whereas the @ProductType is an simple Entity which consists of: Soft Drinks: Coke, Pepsi, Sprite, Fanta Fruits: Apple, Banana, Watermelon I tried adding an…
夏期劇場
  • 17,821
  • 44
  • 135
  • 217
0
votes
2 answers

Importing scripts into a notebook in IBM WATSON STUDIO

I am doing PCA on CIFAR 10 image on IBM WATSON Studio Free version so I uploaded the python file for downloading the CIFAR10 on the studio pic below. But when I trying to import cache the following error is showing. pic below- After spending…
geek
  • 73
  • 2
  • 12
0
votes
1 answer

Unable to find the resource group (even the default one)

I cannot find any resource groups in my own IBM Cloud account. I should have a DEFAULT resource group but I can't find it anywhere. Now, the system tells me that Watson services need to be migrated to resource groups before Oct this year. However, I…
t c
  • 1
0
votes
1 answer

IBM Natural Language Understanding - Return page title

I'm using IBM Cloud NLU to analyze a series of web pages from a list of URL's. The API is successfully returning entities, and I'm able to return the analyzed contents as well using return_analyzed_text => 'true'; My problem is that I need to…
Bangkokian
  • 6,548
  • 3
  • 19
  • 26