Go to file
Daniel Geißler 1d09a5e477
Merge pull request #6 from DFKIEI/hika
Hika
2026-06-16 10:45:02 +02:00
Benchmark update 2026-02-28 04:07:25 +01:00
GraphRAG updated 2026-05-13 01:43:23 +02:00
Hugging2KG Updated Workflow 2025-10-08 01:14:06 +02:00
ModelStatus database updated 2026-05-13 00:42:12 +02:00
OldCode Reorganize codebase: move unused scripts to old_folder 2025-08-25 10:35:56 +02:00
Old_TTL clean up code 2025-10-09 11:11:01 +02:00
.gitattributes adding git lfs for hugging db 2025-02-20 10:24:49 +01:00
.gitignore updated 2026-04-27 16:48:35 +02:00
Changelog.md Code changes tracker 2025-09-02 10:49:53 +02:00
Readme.md update Readme + requirements 2024-07-25 11:41:50 +02:00
requirements.txt update v1 2025-08-03 23:22:25 +02:00

Readme.md

KNOWLEDGE2MODEL

FOLDER STRUCTURE

  • GraphQuerying: Multiple Strategies to query the Knowledge Graph with SPARQL query language.

  • Graphs: Available evolutions of Knowledge Graph, graph.ttl is always the latest.

  • Hugging2KG: Code to crawl the HuggingFace API and preprocess the data to build the Knowledge Graph

  • KG2Model: GPT based tool to interact have conversation with LLm support by the Knowledge Graph (only working with 1. version KG)

  • KGEditor: Visualizer and Editor of .ttlfiles (large graphs will result in out-of-memory error)

Installation

  1. Ensure Python is installed on your system.
  2. Clone the repository or download the source code.
  3. Install required dependencies listed in requirements.txt.

For more details check the Readme of the specific folders.