Alex-EEE / example-standalone-inferencing-alex

Builds and runs an exported impulse locally (C++)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge Impulse Example: stand-alone inferencing (C++)

This builds and runs an exported impulse locally on your machine. See the documentation at Deploy your model as a C++ library. There is also a C version of this application.

Basic steps

  • Download and unzip your Edge Impulse C++ library into this directory
  • Copy a test sample's raw features into the features[] array in source/main.cpp
  • Enter make -j in this directory to compile the project
  • Enter ./build/app to run the application
  • Compare the output predictions to the predictions of the test sample in the Edge Impulse Studio

License

Appache License v2.0

About

Builds and runs an exported impulse locally (C++)

License:Apache License 2.0


Languages

Language:Makefile 56.1%Language:C++ 33.2%Language:Batchfile 8.7%Language:Shell 2.0%