Dataviz toolkit for vector semantic models. Works with gensim library.
Web-version currently fetches API of RusVectores.org
Made with D3.js.
Icon by icon8.
In this branch one can find my Python code (along with JS for visualization) which was packed into Python module vec2graph by Andrei Kutuzov.
- Front folder: JQuery-based client (JavaScript)
- Back folder: Python application that loads models in memory and provides api
- Mid folder: NodeJS application that proxies queries to internal and external API, as well as caches results for quicjk access
- Client folder: Vue3-based prototype of new client application