summaryrefslogtreecommitdiff
path: root/source/application/api/use_case/readme.md
blob: f7eb0d1fbdd6c45386b0f89c78b140c71a766ede (plain)
1
2
3
4
5
6
7
8
9
10
11
## Use case APIs

The directories in here are individual CMake projects to generate use case API static libraries. These libraries are 
intended to be used by external projects that only want access to the ready-to-use ML use case pipelines implemented in this repository.
This can be as CMake projects, but also in the form of CMSIS-packs. These libraries do not depend on the HAL layer and
are platform-agnostic to allow for easy portability.

## Useful links

* [Repository Structure](../../../../docs/documentation.md#repository-structure)
* [Reusable Software](../../../../Readme.md#reusable-software).