Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 318 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 318 Bytes

Seldonian Interface GUI

A Flask application to help users build constraint strings. One example of a Seldonian interface.

Usage

First, install dependencies into your virtual environment:

$ pip install -r requirements

Run the gui via:

$ python run.py

This will run the GUI on localhost:5001