Tutorials for students and researchers. The tutorials include related topics suchas SPO triples preparation, Graph Database, Knowledge Graph Embedding, LLM integrations and Graph Visualization.
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
- Basic KGE with PyKEEN
- SPO triples preparation
- Graph Database
- Knowledge Graph Embedding
- Graph Visualization
- LLM integrations