Skip to content

A web application for exploring and narrating over knowledge bases.

License

Notifications You must be signed in to change notification settings

rellink/story-narration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Story Narration for IBM Bluemix

Developed at RPI Cognitive Science Department, a web application for exploring and narrating over knowledge graphs. It's main goal is to integrate cutting-edge narration technologies into an interactive website.

The project is a spin-off of Knowledge Explorer, a desktop app for building knowledge graphs. The app supports both AIMind XML format and Knowledge API JSON Graph Structure.

Screenshot

How can you try it?

Just go to https://rellink.mybluemix.net, hosted by IBM Bluemix.

Features

  • Visualize knowledge graph, with concepts colorized based on their degrees.
  • Display each concept's description, incoming and outgoing relationships.
  • Search by concept's name.
  • Make analogy from any pair of concept and visualize the result.

Narration technologies

Technology stack

  • jQuery
  • sigma.js
  • Node.js & Express

Run the app locally

  1. Install Node.js
  • cd into this project's root directory
  • Run npm install to install the app's dependencies
  • Run npm start to start the app
  • Access the running app in a browser at http://localhost:6001

Deploy to Bluemix

Deploy to Bluemix <- Simply hit the button

Contributors

License

MIT License

Releases

No releases published

Packages

No packages published