Skip to content
/ AIRA Public

A web platform used to demonstrate a variety of bipolar argumentation methods based on research by Nico Potyka at Imperial College London.

Notifications You must be signed in to change notification settings

pTinosq/AIRA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web platform used to demonstrate a variety of bipolar argumentation methods based on research by Nico Potyka at Imperial College London.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published