ibm-watson Questions
3
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 simila...
Fides asked 19/12, 2019 at 16:54
4
Solved
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...
Quinine asked 3/4, 2017 at 14:31
5
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 ...
Snub asked 30/6, 2017 at 11:24
3
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 "[email protected]" -F...
Edo asked 10/7, 2017 at 13:26
2
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,...
Potpourri asked 30/7, 2018 at 4:25
1
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_tex...
Encroachment asked 11/4, 2017 at 8:35
4
Solved
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
fro...
Feodora asked 3/3, 2021 at 4:58
0
I have a requirement to use IBM Watson SDK to record the audio using microphone and send it to IBM Watson speech-to-text using C#. I am able to achieve this functionality by saving the audio file l...
Writ asked 30/8, 2020 at 7:18
3
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 inc...
Chili asked 7/7, 2018 at 0:52
4
- 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 writ...
Effectuate asked 23/7, 2019 at 6:5
0
I want only the output not that logs printing on my console.
Hoopla asked 17/8, 2018 at 11:34
4
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 t...
Pasteup asked 1/11, 2016 at 18:9
5
Solved
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, ...
Unceremonious asked 23/1, 2017 at 8:8
2
Solved
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 fro...
Pregnable asked 25/7, 2017 at 12:0
3
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...
Zeal asked 17/1, 2017 at 19:6
1
Solved
Is there a way to train Watson to recognize email entities and phone numbers without resorting to regular expresses?
Alban asked 14/7, 2017 at 0:21
1
Solved
in this case, I want to use sys-number to get numbers sequence, and this number can start with 0. But, if the user types 034234342342, the sys-number does not recognize the 0, just 34234342342.
Ha...
Overflow asked 18/4, 2017 at 12:28
2
Solved
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 th...
Poet asked 20/9, 2016 at 11:52
2
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 wonderin...
Ipecac asked 25/3, 2017 at 10:38
2
Solved
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 desi...
Worker asked 7/8, 2016 at 3:18
3
Solved
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 int...
Vista asked 25/7, 2016 at 13:4
1
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 c...
Williford asked 12/3, 2016 at 0:5
1
Solved
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:
v...
Monies asked 19/5, 2015 at 16:11
2
Solved
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 servi...
Scandent asked 31/10, 2014 at 9:53
1
© 2022 - 2024 — McMap. All rights reserved.