A D3.js GUI for Information Retrieval and Visualization of Extracted Relations.
Stack:
- Flask -- web server
- ARElight -- AI / NLP backend 🤖
- nlp-thidgate -- providers for NLP components 📦️
Clone project and install dependencies:
pip install -r dependencies.txtpython3 server.pyYou may follow the UI page at http://127.0.0.1:8000/
noutput/
├── description/
└── ... // graph descriptions in JSON.
├── force/
└── ... // force graphs in JSON.
├── radial/
└── ... // radial graphs in JSON.
└── index.html // main HTML demo page.