https://github.com/edgeimpulse/example-standalone-inferencing-c
Builds and runs an exported impulse locally (C)
https://github.com/edgeimpulse/example-standalone-inferencing-c
Last synced: 7 months ago
JSON representation
Builds and runs an exported impulse locally (C)
- Host: GitHub
- URL: https://github.com/edgeimpulse/example-standalone-inferencing-c
- Owner: edgeimpulse
- License: bsd-3-clause-clear
- Created: 2020-03-10T16:40:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T09:59:04.000Z (over 1 year ago)
- Last Synced: 2025-03-07T00:58:40.726Z (over 1 year ago)
- Language: Makefile
- Size: 4.25 MB
- Stars: 10
- Watchers: 15
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Edge Impulse Example: stand-alone inferencing (C)
This builds and runs an exported impulse locally on your machine. It compiles the inferencing library, and then links it to a C application. See the documentation at [Running your impulse locally -> Using the library from C](https://docs.edgeimpulse.com/docs/run-inference/cpp-library/running-your-impulse-locally#using-the-library-from-c).
There is also a [C++ version](https://github.com/edgeimpulse/example-standalone-inferencing) of this application.