Skip to content

tvganesh/WhatsupWatson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whats up, Watson? Using IBM Watson with Bluemix and NodeExpress This project uses a IBM Watson's Question and Answer service with Bluemix. The app has been developed using NodeExpress with Enide Studio. The Watson's QAAPI has the medical corpus and is based on ingested medical facts. Users can ask Watson questions like What is Parkinson's disease? or Am I at risk of a heart attack

Files

app.js This file sets up the routes and views for the application. It also starts the Webserver

routes/ The routes format the questions in the required QAAPI format of Watson.

views/ This directory contains the views of the application. The views format the response from Watson

public/ This directory contains the stylesheet

manifest.yml

package.json This file is required by the Node.js environment. It specifies this Node.js project name, dependencies, and other configurations of your Node.js application.

For other posts with Node.js,NodeExpress,Bluemix - MongoDB,PostgreSQL or Cloudant take a look at these posts

  1. Getting started with Node.js & MongoDB
  2. Working with Node.js & PostgreSQL
  3. Elements of CRUD with NodeExpress and MongoDB using Enide Studio
  4. Brewing a potion with Bluemix, PostgreSQL & Node.js in the cloud
  5. A Bluemix recipe with MongoDB and Node.js
  6. Spicing up IBM Bluemix with MongoDB and NodeExpress
  7. A Cloud Medley with IBM’s Bluemix, Cloudant and Node.js
  8. Rock N’ Roll with Bluemix, Cloudant & NodeExpress
  9. What’s up Watson? Using IBM Watson’s QAAPI with Bluemix, NodeExpress – Part 1
  10. Bend it like Bluemix, MongoDB with autoscaling – Part 1 For details on this project and similar post please visit my blog https://gigadom.wordpress.com/

About

This project creates a Bluemix using Watson's Question and Answer service with NodeExpress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published