ibm-watson

Watson Studio ImportError: No module named 'pydotplus'

。_饼干妹妹 提交于 2021-01-29 09:01:57
问题 Using: Watson Studio Python 3.5 With Spark Python Notebook: https://gist.github.com/anonymous/ea77f500b4fd80feb69fadb470fca235 This part gives the error: from IPython.display import Image import pydotplus dot_data = tree.export_graphviz(regr, out_file=None, feature_names = X_train.columns.values ,filled=True) graph = pydotplus.graph_from_dot_data(dot_data) Give error: ImportError: No module named 'pydotplus' Solution Is there another environment that actually has this module installed? OR Is

How to avoid slot filling confusion when the same entity is used in more than one slot?

夙愿已清 提交于 2021-01-29 07:09:10
问题 In the slot setting , I need to save date1 & date2 as context variables by two slot, let's me called it slot1 and slot2, and they all check for @sys-date I have found a simple answer at IBM document. However, it's an abstract description, I cannot really understand how to do so. The document said the solution is to " Use slot found conditions that get clarification from the user about which date you are saving in a slot before you save it." I think it is referring to edit this part (the below

Is there a way to access IBM cloud watson personality insights service now(19.12.2020)?

不问归期 提交于 2021-01-07 02:19:18
问题 I am trying to access IBM Watson Personality Insight service through the IBM Cloud Catalog but it does not show up there. In the Personality Insight Documentation it is stated that this service will not be available from 1 December 2021 but I cannot access it now. I tried to complete Get started with AI development by using the Personality Insights service but links to the Personality Insight services redirects to IBM Cloud Catalog or Watson Natural Language Understanding I tried to access

How to know if an application is using Cloud Foundry?

試著忘記壹切 提交于 2020-12-26 12:08:49
问题 I am working on a .NET application that uses IBM Watson for sentiment analysis. I am new to this project and don't know the proper working of the IBM Watson. Recently, sentiment Analysis stopped working and we sent an email to IBM about it and they said that it might because we have not yet migrated it from Cloud Foundry to Resource Group. I don't know whether we are using Cloud Foundary or not. How can I check it? People who have worked on this project before are currently not available and

How to know if an application is using Cloud Foundry?

落花浮王杯 提交于 2020-12-26 12:05:33
问题 I am working on a .NET application that uses IBM Watson for sentiment analysis. I am new to this project and don't know the proper working of the IBM Watson. Recently, sentiment Analysis stopped working and we sent an email to IBM about it and they said that it might because we have not yet migrated it from Cloud Foundry to Resource Group. I don't know whether we are using Cloud Foundary or not. How can I check it? People who have worked on this project before are currently not available and

Did IBM make Watson Visual Recognition paid?

試著忘記壹切 提交于 2020-12-15 05:42:11
问题 It was originally free and I was using it for almost 3-4 months. It told me that I exceeded the quota so I deleted the project and created a new one. I went to Catalog then Watson Visual Recognition and the only plan avaialble is standard which means I have to pay but before I set it up for free and was using it fine since then. Am I doing something wrong or did IBM change something? I even tried this on a new account but it still says the same thing. 回答1: As per the Visual Recognition

How to send live audio stream to IBM Watson Speech-To-Text immediately without saving audio file locally using C# and IBM Watson SDK?

本秂侑毒 提交于 2020-11-29 19:12:57
问题 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 locally and then sending it using NAudio library. But my requirement is to use streaming mode to send live audio to IBM Watson Speech-to-Text service without storing the audio file physically. I am not able to find RecognizeUsingWebSocket service in the SDK. I am able to find only Recognize service.

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

空扰寡人 提交于 2020-07-18 22:17:09
问题 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 it is still not accessible to my lambda function. I am still getting 'libffi-d78936b1.so.6.0.4: cannot open shared object file' Error. I have built my packages on Vagrant server, using instructions from here: https://docs.aws.amazon.com/lambda

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

二次信任 提交于 2020-07-18 22:16:44
问题 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 it is still not accessible to my lambda function. I am still getting 'libffi-d78936b1.so.6.0.4: cannot open shared object file' Error. I have built my packages on Vagrant server, using instructions from here: https://docs.aws.amazon.com/lambda