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