https://github.com/edgeimpulse/edge-impulse-sdk-pack
Edge Impulse SDK Open CMSIS pack
https://github.com/edgeimpulse/edge-impulse-sdk-pack
Last synced: about 2 months ago
JSON representation
Edge Impulse SDK Open CMSIS pack
- Host: GitHub
- URL: https://github.com/edgeimpulse/edge-impulse-sdk-pack
- Owner: edgeimpulse
- License: bsd-3-clause-clear
- Created: 2023-12-19T15:02:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T15:03:19.000Z (2 months ago)
- Last Synced: 2025-03-07T00:58:40.599Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 2.26 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.3-clause-bsd-clear
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.