tree: 207de43a22d56c00af65df162dcf4e4acd6d1b0d [path history] [tgz]
  1. CMakeLists.txt
  2. include/
  3. readme.md
  4. source/
source/application/api/common/readme.md

API: Common

This module contains utilities that can be re-used by all ML use case API. These include (but not limited to):

  • MFCC modules (used by most audio use cases)
  • Image utilities
  • Audio utilities (like sliding window API)
  • Interface class for pre-processing and post-processing
  • Model API that is extended by other use cases
  • General TensorFlow Lite Micro helper functions

Useful links