user3962745
user3962745

Reputation: 1117

Can I deploy an application developed using Watson API without Bluemix?

I want to deploy a text to speech application using the Watson API, is that possible without using Bluemix?

I tried a demo application using Bluemix, it worked fine, no issues ..

http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/text-to-speech/sample.shtml#usingClientCode

But the problem is I want to run the application without using Bluemix, is that possible???

Upvotes: 4

Views: 716

Answers (1)

Jeff Sloyer
Jeff Sloyer

Reputation: 4964

Yes you can actually. You will still need to provision a Watson service through Bluemix but you can access it outside of the Bluemix. When you create the Watson service you want in Bluemix you can bind the service to an existing application (or) create a dummy application to get Watson service credentials from Environment variables of the application.

Upvotes: 7

Related Questions