ibm bluemix watson speech to text service - ibm-cloud

How to connect watson speech to text service to my bluemix app and after how can we configure service? I need full detailed speech to text service document how we can connect and use.

You can find a sample Bluemix application here:
link: Speech to Text Browser Application
It's a Node.js Application for the IBM Watson Speech-to-Text Service. You can run the app in Bluemix or local.

The landing page of the Watson STT service has pointers to all the resources including full documentation, sdks, sample code, etc:
https://www.ibm.com/watson/services/speech-to-text/

You can also take a look at this sample application using web sockets and Python STT using Web Sockets and Python.
Another good resource is the Speech Services Redbook. For more general kinds of technical information, there is a curated GitHub project called The Watson Landing Page with a curated set of links and information on the various Watson services.

Related

IBM Watson Assistant: chatbot: integration with database

I am building a chatbot using IBM Watson Assistant.How can connect my local server database with that.Please provide step by step solution and code required .
I would suggest to look at the dialog node functions which allow you to make programmatic calls https://console.bluemix.net/docs/services/assistant/dialog-actions.html#dialog-actions

Integrate IBM watson conversation api in python

I have created a chatbot using Watson assistant(conversation api) on the ibm watson (created entity, entities, dialogs). Also I am able to chat with watson assistant.
if there is any integration so that I can send and receive message through terminal (preferred language python)?
if there is any integration so that I can send and receive message through my personal website?
You can use SDK/API's to integrate your Watson Assistant with your personal website or run in localhost.
API Reference: https://www.ibm.com/watson/developercloud/assistant/api/v1/curl.html?curl
SDK for Watson API's- https://github.com/watson-developer-cloud

How to get SoapUI API into IBM Bluemix

I'm trying to push an API that I created in SoapUI into Bluemix using the cloud foundary console. I first created a war file as per this blog: http://alleyfield.com/?p=51
I've managed to get the API into Bluemix, but the results aren't pleasing. In SoapUI I've tested my API and can confirm that it works perfectly. Surely there is a better way of creating an API in Bluemix having created it in SoapUI (soap/xml format.) My problem is that I don't see any options on the Bluemix page that allows for this. I've consulted the official documents, but they almost exclusively focus on sample application APIs using swagger or similar.
I've contacted IBM and they suggested I post this to Stack Overflow as the blog I mentioned is old and doesn't match Bluemix at present.

Can I design web or HTML pages(with Javascript & css support) using IBM Bluemix?

We are new to IBM Bluemix & Cloud based PAAS.
We are learning about application development & deployment in IBM Bluemix.
Our Target technology stack is Java, PHP, Python, Javascript, CSS (Style sheet for web pages).
Can I design web or HTML pages(with Javascript & css support) using IBM Bluemix ?
If this option is present, then I can develop web pages faster and get my applications immediately to prospective customers.
All the technologies you have mentioned can be supported in Bluemix by using various buildpacks. For the HTML based project (Javascript + css) you can use the Liberty Runtime. Just go to the Catalog and create an application using the Liberty Runtime. This will give you a skeleton of HTML application you can build on.

Hosted app status dashboard

I wish to provide a status dashboard to users of my SAAS internet application similar to the status dashboards provided by Google and Amazon.
Does anyone know of a ready-made 3rd party hosted service supporting such an interface?
Google example:
http://www.google.com/appsstatus#hl=en
Amazon Example:
http://status.aws.amazon.com
Stashboard is an open-source status dashboard hosted on Google App Engine. I created Stashboard this summer for Twilio's API status dashboard.
Geckoboard might be worth to use it.