Audio classification ML Model Mobile App

Hi Experts,

I am creating an Audio classification ML model for a mobile App. I have trained the model in the Edge Impulse studio, and can download the Keras .h5 file too. I just want to know , is there any way I can generate the processed features locally in my Windows PC from sample audio data saved in my local drive. Basically I just want to create those processed features locally (from already saved audio files) and feed it into the dowloaded Keras model to see classification output in Python. I hope I was able to explain my requirement. Please help me or suggest.

Hey @Namek you can run your model on Windows PC with edge impulse C++ library.

Check blog

I hope this helps!