tree: 05b1dbe359bffe9507590be34d342997b478de34 [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