Skip to content

User Guide

The GRAFT is a NiceGUI web application served locally at http://localhost:8000. It has four pages accessible from the navigation bar at the top of every page.

Dashboard pages

PageRouteWhat it does
Experimental Insight/Browse, load, and plot bioreactor experiment data
Model Control/controlSelect training data, run models, simulate, evaluate
Performance Metrics/metricsView model evaluation metrics over time
Database Settings/settingsConfigure WebSocket and database connection

A typical session follows this order:

  1. Open Database Settings on first use and enter your WebSocket URI
  2. Go to Model Control → Training Data and select experiments to train on
  3. Go to Model Control → Run Models and run one or all models
  4. Go to Experimental Insight to see predictions overlaid on sensor data
  5. Go to Performance Metrics to evaluate model accuracy

For simulating a historical experiment through the models, see the Simulations guide.