https://github.com/edgeimpulse/inferencing-sdk-cpp
Portable C++ library for signal processing and machine learning inferencing
https://github.com/edgeimpulse/inferencing-sdk-cpp
Last synced: about 1 year ago
JSON representation
Portable C++ library for signal processing and machine learning inferencing
- Host: GitHub
- URL: https://github.com/edgeimpulse/inferencing-sdk-cpp
- Owner: edgeimpulse
- License: other
- Created: 2020-01-24T12:35:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T15:59:31.000Z (over 1 year ago)
- Last Synced: 2025-04-02T20:53:39.911Z (about 1 year ago)
- Language: C
- Size: 9.59 MB
- Stars: 82
- Watchers: 18
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Edge Impulse DSP and Inferencing SDK
Portable library for digital signal processing and machine learning inferencing. This repository contains the device implementation in C++ for both processing and learning blocks in [Edge Impulse](https://www.edgeimpulse.com).
[Documentation](https://docs.edgeimpulse.com/reference#inferencing-sdk)
## Develop locally
If you want to develop locally the easiest is to grab the [example-standalone-inferencing](https://github.com/edgeimpulse/example-standalone-inferencing) (Desktop) or [example-standalone-inferencing-mbed](https://github.com/edgeimpulse/example-standalone-inferencing-mbed) (ST IoT Discovery Kit, f.e. to test CMSIS-DSP / CMSIS-NN integration) example applications, add your Edge Impulse project (use the C++ Library export option), then symlink this repository in.