Skip to content

Ninjothomas/doctor-watson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctor Watson

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

Live version available: http://doctor-watson.mybluemix.net

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

 
 
 

Contributors

Languages

  • JavaScript 74.7%
  • HTML 25.3%