KnowledgeGraphGPT
KnowledgeGraphGPT copied to clipboard
Transform plain text into a visually stunning Knowledge Graph with GPT-4 (latest preview)! It converts text into RDF tuples, and highlights the most frequent connections with a vibrant color-coding sy...
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.
https://user-images.githubusercontent.com/41549829/216787182-2f29cd77-22cd-42aa-b587-d455ce8b370d.mov
Required Verisons
npm >= v7.19.1node >= v14.17.4
How to run
- Open your CLI, and run
npm install - Then, run
npm runto start the project and navigate tolocalhost:3000 - Add your
OpenAI API Key - Add your
Promptand hitGenerate. - The graph will be populated after few seconds
- Click on
Export JSONto save the generated tuples in RDF format (Semantic tuples)
Note: This project is inspired from https://github.com/varunshenoy/GraphGPT