Note: Your credentials are never stored. When you log in these are exchanged for a token. This token is used to further authenticate requests.
,
or a TAB
. For example, this is data from a 3-axis accelerometer:
features
array, fill it with sensor data, and run the classifier. Here are examples for Arduino, Mbed and Zephyr - but the same applies to any other platform.
Note: These examples collect a full frame of data, then classify this data. This might not be what you want (as classification blocks the collection thread). See Continuous audio sampling for an example on how to implement continuous classification.
CMakeLists.txt
file (where ./model
is where you extracted the library).prj.conf
:CMakeLists.txt
file: