https://github.com/mrseanryan/gpt-graph-diff
Use LLM to describe a difference graph between versions of a compositional document (DOT graph).
https://github.com/mrseanryan/gpt-graph-diff
dot graph-summarization summarize summarizer
Last synced: 7 months ago
JSON representation
Use LLM to describe a difference graph between versions of a compositional document (DOT graph).
- Host: GitHub
- URL: https://github.com/mrseanryan/gpt-graph-diff
- Owner: mrseanryan
- License: mit
- Created: 2023-10-24T17:49:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-21T08:43:23.000Z (12 months ago)
- Last Synced: 2025-06-21T09:30:41.587Z (12 months ago)
- Topics: dot, graph-summarization, summarize, summarizer
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gpt-graph-diff
Use an LLM to describe a difference graph between versions of a compositional document.
The LLM generates a summary of user operations, for audit or for source control commit message.
## local/self-hosted LLM
A self-hosted LLM seems a better proof of concept that simply using a public service like Open AI.
There is a quantized PoC [here](./local-llm-q/README.md)