-
Notifications
You must be signed in to change notification settings - Fork 52
Workflow
Audrey Leung edited this page Feb 23, 2016
·
5 revisions
- 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
- Run example code:
- Build circuit / connect sensors
- Upload Arduino code to Arduino
- Launch the GUI
- 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
- Develop larger project:
- Add to circuit
- Modify Arduino code