Skip to content

Demo/Tutorial on how to integrate the Box API with Watson using Bluemix

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
License.txt
Notifications You must be signed in to change notification settings

Mario245/box-watson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bluemix sample/tutorial: Integrating Box API's with Watson built on IBM Bluemix

What does this app do?

This app is a demo that showcases how quickly and easily an app can be built on Bluemix using the Personality Insights service from IBM Watson and the Box Service.

When you visit the app it will ask you to login in with your Box.com account. Once you login the app will retrieve all the .txt files from your Box account. You can then click on each file in your account to let IBM Watson analyze the personality of the author of each of your files.

INSTALLATION

  • Sign up for a Bluemix account
  • Create an app at http://developer.box.com
  • Create a Watson Personality Inights Service in Bluemix
  • Create a Box Service in Bluemix
  • cf push <appname> --no-start to publish the application
  • Bind the services to the app
    • cf bind-service <appname> <nameOfWatsonService>
    • cf bind-service <appname> <nameOfBoxService>
  • cf start <appname> to start the application

USAGE

Demo app: https://box-watson.mybluemix.net/

  • Login with your Box.com username and password

AUTHOR

Jeff Sloyer [email protected]

CONTRIBUTORS

Jake Peyser [email protected]

LICENSE

Apache 2.0. See LICENSE.txt

About

Demo/Tutorial on how to integrate the Box API with Watson using Bluemix

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
License.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published