Skip to content

Transform plain text into a visually stunning Knowledge Graph with GPT-3! It converts text into RDF tuples, and highlights the most frequent connections with a vibrant color-coding system. Download the results as a convenient JSON file for easy integration into your own projects.

License

iAmmarTahir/KnowledgeGraphGPT

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 4, 2023 23:44
src
February 12, 2023 01:59
February 12, 2023 01:54
February 21, 2023 15:33
February 5, 2023 00:56

Knowledge Graph GPT


Transform plain text into a visually stunning knowledge graph with GPT-3 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.


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

About

Transform plain text into a visually stunning Knowledge Graph with GPT-3! It converts text into RDF tuples, and highlights the most frequent connections with a vibrant color-coding system. Download the results as a convenient JSON file for easy integration into your own projects.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published