imldresden / nexas

Visual Tool for Navigation and Exploration of Argumentation Solution Spaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nexas

For more information, please visit: https://imld.de/en/research/research-projects/nexas/

(backend) console:

nexas $ python venv venv
nexas $ source venv/bin/activate
(venv) nexas $ cd src
(venv) src $ pip install -r requirements.txt
(venv) src $ python server.py --apx "./../input/massachusetts_srta_2014-11-13.gml.50.apx" --to "./public/data/123/" --n 10000 --sem "cf2" "stable" --route ""

(frontend) console:

nexas $ cd src 
src $ npm install 
src $ npm start 

(browser) http://localhost:3000/

About

Visual Tool for Navigation and Exploration of Argumentation Solution Spaces

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 54.5%Language:Python 32.2%Language:CSS 11.8%Language:Dockerfile 1.5%