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
26
votes
5 answers

NPM ELIFECYCLE error - using node server.js command

I am deploying test-bot on ibm watson as described here https://github.com/eciggaar/text-bot and when I am trying to deploy code locally using CLI foundry it is getting the following errors. I am using Nodejs version 6.10.3 and npm version 5.0.4…
Prerna Chugh
  • 261
  • 1
  • 3
  • 6
23
votes
4 answers

How to pipe multiple readable streams, from multiple api requests, to a single writeable stream?

- Desired Behaviour - Actual Behaviour - What I've Tried - Steps To Reproduce - Research Desired Behaviour Pipe multiple readable streams, received from multiple api requests, to a single writeable stream. The api responses are from…
user1063287
  • 10,265
  • 25
  • 122
  • 218
14
votes
3 answers

Could not resolve proxy: POST (while running curl script for watson document conversion)

I'm running a curl script for HTML document conversion with a HTML file config. Below is the code: curl -x POST -u "Username":"Password" -F "config=@config.json" -F "file=@example.html;type=text/html"…
Rex
  • 161
  • 1
  • 1
  • 7
11
votes
1 answer

How do I play audio returned from an XMLHTTPRequest using the HTML5 Audio API

I'm failing to be able to play audio when making an "AJAX" request to my server side api. I have backend Node.js code that's using IBM's Watson Text-to-Speech service to serve audio from text: var render = function(request, response) { var…
exiquio
  • 473
  • 2
  • 5
  • 12
8
votes
2 answers

Watson speech to text returns strange error regarding file size

Just started to play with Watson's Voice API. Trying to use their demo file audio-file.flac. You'd have to take my word for it that I'm posting the curl command from the directory where it resides, and that according to the ls-l command the file…
Daniel Kaplan
  • 701
  • 7
  • 19
7
votes
1 answer

Can I use IBM Watson services without Bluemix?

I've been using AWS for hosting my backend servers. What's the best way to sign up an account so I can call Watson services from my servers directly, without an account on Bluemix? If yes, how? I couldn't find that at Watson's website. Thanks.
Nathan W
  • 471
  • 1
  • 7
  • 17
6
votes
4 answers

How can I bulk/batch transcribe wav files using python?

im trying to use my python app to transcribe multiple files in a folder and speed up the process. At present I am able to do it one file at a time - ####RUN THIS PART FIRST######### import json from os.path import join, dirname from ibm_watson…
user12384956
6
votes
2 answers

How to compare two strings by meaning?

I want the user of my node.js application to write down ideas, which then get stored in a database. So far so good, but I don't want redundant entrys in that table, so I decided to check for similarity, using this…
herrenkuchen
  • 87
  • 1
  • 7
6
votes
3 answers

libffi-d78936b1.so.6.0.4: cannot open shared object file Error on AWS Lambda function

I am trying to deploy a python Lambda package with watson_developer_cloud sdk. Cryptography is one of many dependencies this package have. I have build this package on Linux machine. My package includes .libffi-d78936b1.so.6.0.4 hidden file too. But…
sheenu85
  • 168
  • 2
  • 11
6
votes
1 answer

Parsing email and phone number entities?

Is there a way to train Watson to recognize email entities and phone numbers without resorting to regular expresses?
Steven Musumeche
  • 2,886
  • 5
  • 33
  • 55
6
votes
1 answer

Watson Speech to Text unable to transcode data stream audio/wav

I am using the IBM Watson Speech to Text API: var SpeechToTextV1 = require('watson-developer-cloud/speech-to-text/v1'); var fs = require('fs'); var request = require('request'); var speech_to_text = new SpeechToTextV1({ "username": "
aginsburg
  • 1,223
  • 1
  • 12
  • 22
6
votes
5 answers

How to get exact answers instead of the whole document using Watson Discovery?

After testing the discovery service, it seems useless to me at least or I might be missing something. When I query, it matches the document and returns the whole document. If my document is huge, then for all queries it returns the whole document…
johnrao07
  • 6,690
  • 4
  • 32
  • 55
6
votes
3 answers

Watson Conversation in a live phone call

Can someone show me how to use Watson Conversation and other services (e.g. Twilio) to make a live phone call and carry on a conversation? I am able to use Watson Conversation, Twilio, and NodeRED to carry a conversation with a chatbot over SMS. I…
kane
  • 5,465
  • 6
  • 44
  • 72
6
votes
4 answers

How i can determine negative answers using Watson Conversation

For example: If the user writes in the Watson Conversation Service: "I wouldn't want to have a pool in my new house, but I would love to live in a Condo" How you can know that user doesn't want to have a pool, but he loves to live in a Condo?
6
votes
2 answers

Get Watson Conversation Workspaces

I am using Watson Conversation services on Bluemix. We have multiple Conversation workspaces within the service to enable better segmentation of the problem space. I need to load information on the set of available workspaces within the Conversation…
AlanY
  • 63
  • 3
1
2 3
99 100