Key Information

Register
Submit
The challenge is finished.

Challenge Overview

Background

Hewlett Packard has developed a set of JSON-based REST API’s which enable “Big Data”-type processing capabilities allowing developers to process information embedded in unstructured text and images in previously inaccessible formats.  This platform is called IDOL OnDemand and at this point is in the Early Access release phase, open for all Innovators to use.   

http://www.idolondemand.com

HP IDOL OnDemand Hello World Java Tutorial

This is a tutorial to help you get up to speed on the IDOL OnDemand Platform in a non-competitive fashion and also to give you feedback from some of [topcoder]'s senior members.   We're going to award a $250 prize at random to a [topcoder] member who both completes the tutorial and also submits an entry the Hello World Sweepstakes challenge. A passing score will also qualify submitters for the HP IDOL OnDemand "Getting Started Badge" as well as help qualify you for other more advanced HP IDOL OnDemand tutorial badges.  This challenge is to build a simple “Hello World” application IDOL OnDemand style.    Here are the requirements:

  1. Your application should execute a Find Similar IDOL OnDemand API call from Wikipedia on the phrase “Hello World”.

  2. The application should display the text from the Wikipedia article.

  3. Your application should execute an OCR Document API call from the following image: “http://www.java-made-easy.com/images/hello-world.jpg

  4. Display the extracted text from the image.

  5. Execute a Sentiment Analysis API call with the text from the Hello World response.

  6. Display the Sentiment Score along with the Sentiment Rating - positive, negative, or neutral.

���Here is a blog post which outlines the exact steps required for completion:  

https://bemyidol.wordpress.com/2014/06/17/hp-idolondemand-helloworld-in-java/  

You may also review this video:  http://www.youtube.com/watch?v=MY-ASbxRJVw&feature=youtu.be.  

It walks you through the whole process step-by-step.  

The tutorial uses the following two jar files: 

https://json-simple.googlecode.com/files/json-simple-1.1.1.jar
http://commons.apache.org/proper/commons-lang/download_lang.cgi

You should add these files as dependencies in your local development environment.

Getting Started with HP IDOL OnDemand

Before you can use the API’s you’ll need to sign up for an IDOL OnDemand developer account:

http://www.idolondemand.com/signup.html

Please indicate that you heard about IDOL OnDemand through [topcoder] in the “How did you hear about IDOL OnDemand?” field:

Once your account has been verified you’ll be assigned a developer account and API Key that will allow you to make API calls.   Complete information about available IDOL OnDemand API’s can be found here: 

https://www.idolondemand.com/developer/apis

You’ll need to register for a developer account with HP in order to get access to additional Try functionality in the API console.  Use of the APIs is free and restricted to non-commercial use at this time. Commercial use and pricing will be announced in the near future.

Before you compete in an IDOL-related challenge on [topcoder] please create a topcoder-specific key in your IDOL OnDemand Account.  You can do this by Clicking on Account->API Keys from the developer home page.

Simply generate a new key and rename it to “topcoder” as shown above.   This should be the key that you use in [topcoder] challenge completion.  This will also give you visibility to Preview API’s which may not yet be in public release. 

You should be all set!



Final Submission Guidelines

  • You should create a command line Java application that executes the functionality designated in #1-6 above.  In order to get a passing score and be eligible for prizes and badges you should fulfill all of the requirements.
  • Sample code, a blog post, and a video are provided to help you complete the tutorial.  You may use as much of this material as you desire.  There is no restriction from copying or submitting the previously written code.  This challenge is for educational purposes only.  Of course, the more work you do independently the more you will learn.
  • Submit your code as a zip file with src and lib folders.  Only your code and the jar dependencies are required for submission.  No documentation is necessary.  
  • Comments in your code are strongly encouraged.
  • Your lib folder should contain any jar file dependencies such as json-simple-1.1.1.jar and commons-lang.jar
  • Your code must build and run in order for you to receive a passing score.  Don't forget to include any 3rd party dependencies with your submission.
  • The tutorial blogs and videos outline how to create this application in NetBeans but you may use any development tool to complete this tutorial.
  • In order to eligible for the $250 drawing you should submit the name of the tutorial you completed to the UPDATED!! Hello World Tutorial $1500 Sweepstakes for HP IDOL OnDemand challenge.

 

 
 
 
 

 

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30044241