Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 930 Bytes

File metadata and controls

23 lines (18 loc) · 930 Bytes

Knowledge Graph GPT


Transform plain text into a visually stunning knowledge graph with GPT-4 technology! This app converts text into RDF tuples and colors them based on frequency, creating a dynamic and informative representation of your data. Download the resultant RDF Tuples as a JSON file for easy integration and analysis.

ezgif.com-gif-maker.mov

Required Verisons

  1. npm >= v7.19.1
  2. node >= v14.17.4

How to run

  1. Open your CLI, and run npm install
  2. Then, run npm run to start the project and navigate to localhost:3000
  3. Add your OpenAI API Key
  4. Add your Prompt and hit Generate.
  5. The graph will be populated after few seconds
  6. Click on Export JSON to save the generated tuples in RDF format (Semantic tuples)

Note: This project is inspired from https://github.com/varunshenoy/GraphGPT