Viet1004 / Code4Earth-2024-Challenge-24

The aim of the project is to create a knowledge graph for Scientific documents. This is linked directly to the challenge https://github.com/ECMWFCode4Earth/challenges_2024/issues/7
2 stars 0 forks source link

Visualization #3

Closed thinhngo-x closed 6 days ago

thinhngo-x commented 2 months ago

Study KG visualization methods: data types, frameworks, ...

thinhngo-x commented 1 month ago

What I expect for now:

Others:

HoangAnhP commented 1 month ago

@thinhngo-x By "opens a console to visualize the KG interactive" do you mean something like this ? https://www.youtube.com/watch?v=Z42VVH9qngo&t=59s

thinhngo-x commented 1 month ago

In the link is a demo of a Neo4J app. I doubt that it is a simple Python app but a server with a complete backend and frontend. What I expect here is much simpler, just like when you use matplotlib to plot charts, the Python script (not the notebook) will open a console to visualize the charts. So I'd like a console like this but to visualize an interactive graph.

Take a look at these libs, https://pyviz.org/tools.html#graphs-and-networks

thinhngo-x commented 1 month ago

Or else, you could implement a notebook, not necessarily a Python script.

Like this: https://github.com/WestHealth/pyvis?tab=readme-ov-file