Personalized Recommendations is a tool that helps you find the best vacation spots to go to. This app uses three Watson:
- Concept Insights searches for your relevant places.
- Tradeoff Analytics helps decide which place is best.
- Question and Answer answers your questions about those places.
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.
The application uses Node.js and npm so you will have to download and install them as part of the steps below.
- Open a terminal and run:
git clone [email protected]:germanattanasio/personalized-recommendations.git
- Change the directory to personalized-recommendations
cd personalized-recommendations
- 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". - Install Node.js and npm
- Go to the project folder in a terminal and run:
npm install
- Start the application
node app.js
- Go to
http://localhost:3000
This sample code is licensed under Apache 2.0. Full license text is available in COPYING.
See CONTRIBUTING.
Find more open source projects on the IBM Github Page