keyword_spotting#

The keyword spotting application models an edge inference pipeline.

Short audio windows are captured, preprocessed, classified, and turned into a command decision. It is inspired by the keyword spotting workload from MLPerf Tiny.

Source:

MLPerf Tiny Inference Benchmark

Modules

application

Factory for a keyword spotting application.

mpi_services

MPI implementation for keyword spotting services.

rest_services

REST implementation for keyword spotting services.