Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iAmmarTahir/KnowledgeGraphGPT
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 system. Download the results as a convenient JSON file for easy integration into your own projects.
https://github.com/iAmmarTahir/KnowledgeGraphGPT
chat-gpt gpt-4 knowledge-graph
Last synced: 2 months ago
JSON representation
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 system. Download the results as a convenient JSON file for easy integration into your own projects.
- Host: GitHub
- URL: https://github.com/iAmmarTahir/KnowledgeGraphGPT
- Owner: iAmmarTahir
- License: mit
- Created: 2023-02-04T18:48:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T02:54:50.000Z (about 1 year ago)
- Last Synced: 2024-08-02T15:50:29.518Z (5 months ago)
- Topics: chat-gpt, gpt-4, knowledge-graph
- Language: JavaScript
- Homepage: https://celebrated-kitten-367f1f.netlify.app/
- Size: 391 KB
- Stars: 145
- Watchers: 10
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- project-awesome - iAmmarTahir/KnowledgeGraphGPT - 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 (JavaScript)
README
# 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
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