coypu

CoyPu KG Visualization

Introduction

This knowledge graph visualization tool aims to help you visualize and explore knowledge graphs directly in your browser. The goal is to provide an intuitive and user-friendly interface to explore knowledge graphs and discover relations.

DEMO

Features

Kg-vis offers several key features that make it a powerful and effective solution for exploring and visualizing knowledge graphs:

Installation

Install the dependencies with npm install and start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version:

npm run build

You can preview the production build with npm run preview.

Keybindings

Key Action
CTRL+F Search/toggle filters
Delete Remove a node
CTRL+ALT+N Open “Add-Node”
ALT+S Open “Settings”
CTRL+S Open “Export”
SHIFT+S Stabilize graph
SHIFT+F Add filter
CTRL+I Open “Information”
CTRL+Z/Y Undo/Redo