Google Coral Audio Event Classifier

Hi, I have been trying to make a Python script that takes my AI model from teachable machine in .tflite format. and runs on a Google Coral Dev Board(GCD). The script will detect a list of keywords similar to the keyword-spotting on the coral GitHub page, for the run_model.py example.

However, I have found no simple way to do this. I have managed to do image recognition but had no success with Audio classification. Why is there not a simple example where I can just add the paths for my model and label files?

Does anyone have straight forward example they could point me to or share so I can make this script?