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.
Just go to https://rellink.mybluemix.net, hosted by IBM Bluemix.
- 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.
- Analogy - by Craig Carlson
- jQuery
- sigma.js
- Node.js & Express
- 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
- Paul Chonpimai - Developer
- Dr. Mei Si - Supervisor