Skip to content
Audrey Leung edited this page Feb 23, 2016 · 5 revisions

User Workflow

  1. Download example, which includes:
    • Arduino code
    • pipeline configuration (as C++ code or a serialized file)
    • training data
    • test data
    • additional information, e.g. for calibration of sensors
  2. Run example code:
    • Build circuit / connect sensors
    • Upload Arduino code to Arduino
    • Launch the GUI
  3. Work with the GUI:
    • Calibrate sensors
    • View real-time data and predictions (based on bundled training data)
    • Record additional training data (to existing or new classes)
    • Record test data (for evaluation with the user's physical setup)
    • Make tweaks to pipeline and evaluate against bundled or custom test data
  4. Develop larger project:
    • Add to circuit
    • Modify Arduino code

User Flowchart

Example Author Workflow

Author Flowchart