diff --git a/README.md b/README.md index f95be57..159ea4f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/fusion-jena/KeySearchWiki/blob/master/LICENSE) # XSearchKG: A Platform for Explainable Keyword Search over Knowledge Graphs -:video_camera: [Demo Video]() +:video_camera: [Demo Video](https://youtu.be/5YrTBR72hE0) ## System Architecture +![approach!](figures/architecture.png) + The application consists of two fundamental building blocks: - A Node.js Express server (backend) produces ranked results with essential information such as labels, descriptions, and subgraph bindings. - A React app (frontend) provides a user-friendly and responsive web interface. diff --git a/figures/architecture.png b/figures/architecture.png new file mode 100644 index 0000000..fdce692 Binary files /dev/null and b/figures/architecture.png differ