A prototype/case study on the implementation of a graphical UI for interactive MCDM methods using Plotly Dash.
Currently, interfaces for using NAUTILUS Navigator and E-NAUTILUS have been implemented.
To try it out on Linux-based operating systems:
- Install poetry
- Open a console and run
git clone https://github.com/gialmisi/desdeo-dash
- run
cd desdeo-dash
- run
poetry install
- run
python desdeo_dash/app.py
- goto, or whatever address the console will prompt for.
- Follow the instructions on the web-page shown.
The dash applicaton developed in this repository is available also online here.