Ai Dreams Forum

Member's Experiments & Projects => AI Programming => Topic started by: Zero on August 01, 2021, 02:38:16 pm

Title: Nice Js library: Graphology
Post by: Zero on August 01, 2021, 02:38:16 pm
Hi there,

Just sharing a nice Javascript library I found, Graphology (https://github.com/graphology/graphology). It lets you manipulate graphs (undirected, directed and mixed) and aims to be "a specification [and reference implementation] for a robust & multipurpose Js Graph object".

In my opinion, its documentation is better than CytoscapeJS's, and the project looks neat. Here: https://graphology.github.io/

For example, nodes and edges can be decorated with meaning-vectors from Stanleyfok's vector-object (https://github.com/stanleyfok/vector-object) library.