Skip to content

Bluemix application using Watson Cloud Services with Twilio to create your own doctor on the phone.

License

Notifications You must be signed in to change notification settings

IBM-Cloud/doctor-watson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctor Watson

BlueMix application using Watson Cloud Services with Twilio to create your own doctor on the phone.

This demo app doesn't work due to the deprecation of the IBM Watson Q & A API. We've leaving the code up as a reference on integration Twilio with IBM Watson services.

Bluemix button

js-standard-style

Setting up on Bluemx

Pushing this application to Bluemix will allow you to run your own version of Doctor Watson. The following services need to be available, the application will automatically bind to them at runtime...

Service (service identifier)

  • Twilio (twilio)
  • Watson Speech To Text (speech_to_text)
  • Watson Q&A API (question_and_answer)

Once these services are availble, the following command line will start your new version of Doctor Watson running.

$ cf push your_app_name

When the deployment has finished, your application will be available at your_app_name.mybluemix.net

Setting up Twilio

Once the application has ben deployed, you need to register the API endpoints with Twilio. Using the Twilio configuration page, set the sample phone number "Request URL" to HTTP POST incoming requests to http://your_app_name.mybluemix.net/calls for Voice and http://your_app_name.mybluemix.net/sms for Messaging

Running locally

Running the application on your local machine for development is supported. Ensure you the VCAP_SERVICES environment variable set with the credential details from the remote environment.

$ node app.js

About

Bluemix application using Watson Cloud Services with Twilio to create your own doctor on the phone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •