Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.02 KB

AIRA

Argumentation Is Really Awesome

What is AIRA?

AIRA is a web platform used to demonstrate a variety of argumentation methods currently based on research by Nico Potyka at Imperial College London. The original Uncertainpy argumentation library was built with Java and is available for download on its sourceforge page.

Running locally

I suggest using waitress to host the Flask project locally.

pip install waitress

Create a new wsgi (wsgi_local.py) for local testing in the root folder.

from waitress import serve
from app.root import app
serve(app, host='0.0.0.0', port=8080)

Run the new local wsgi script

python wsgi_local.py

Image showcase

BAG Editor - Home page Line graph viewer Node graph viewer Verbose output viewer