KG Generator
2024/2025A browser-based knowledge graph editor that lets you build, visualize, query, and export node-relation graphs interactively, without writing a line of code.
There aren't many good, approachable tools for building and exploring knowledge graphs - most either require some crazy setup or are locked into a specific workflow. KG Generator is my attempt at a lightweight, visual alternative: a single-page app where you insert entities and relationships by hand or import existing data (RDF/OWL, JSON-LD, XML, or CSV), then interact with the resulting graph directly on canvas - dragging, recoloring, resizing, and hiding nodes, running community detection to surface clusters, and querying it in plain patterns like neighbors of X or shared by A and B. It supports multiple layout algorithms (force-directed, hierarchical, circular, grid) and exports back out to CSV, JSON, or image formats.
- Python
- Dash
- RDFlib
- NetworkX
- Pandas
- HTML/CSS