dezzie / personalized-recommendations

Personalized Recommendations helps you find the best place to go on vacations by using the Concept Insights and Tradeoff Analytics Watson services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personalized Recommendations

Personalized Recommendations is a tool that helps you find the best vacation spots to go to. This app uses two Watson:

Demo: http://personalized-recommendations.mybluemix.net/

Give it a try! Click the button below to fork into IBM DevOps Services and deploy your own copy of this application on Bluemix.

Deploy to Bluemix

Running locally

The application uses Node.js and npm so you will have to download and install them as part of the steps below.

  1. Open a terminal and run:
    git clone git@github.com:watson-developer-cloud/personalized-recommendations.git
  2. Change the directory to personalized-recommendations cd personalized-recommendations
  3. Copy the credentials from your services in Bluemix to app.js, you can see the credentials by going to your app in Bluemix and cliking on "See credentials".
  4. Install Node.js and npm
  5. Go to the project folder in a terminal and run:
    npm install
  6. Start the application
  7. node app.js
  8. Go to http://localhost:3000

License

This sample code is licensed under Apache 2.0. Full license text is available in LICENSE.
This sample code is using jQuery which is licensed under MIT.

Contributing

See CONTRIBUTING.

Open Source @ IBM

Find more open source projects on the IBM Github Page

About

Personalized Recommendations helps you find the best place to go on vacations by using the Concept Insights and Tradeoff Analytics Watson services


Languages

Language:JavaScript 50.1%Language:CSS 47.9%Language:HTML 2.0%