Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 638 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 638 Bytes

DemoKG

Knowledge Graph Tutorials

Tutorials for students and researchers. The tutorials include related topics suchas SPO triples preparation, Graph Database, Knowledge Graph Embedding, LLM integrations and Graph Visualization.

Setting Up

clone this repository

git clone https://github.com/wasit7/demokg.git
cd demokg/

setup python environment

conda create -n demokg python=3.8
conda activate demokg
pip install matplotlib notebook pandas pykeen seaborn

Contents

  • Basic KGE with PyKEEN
  • SPO triples preparation
  • Graph Database
  • Knowledge Graph Embedding
  • Graph Visualization
  • LLM integrations