I have trained my Keras model
and converted it into a coreML
model.
I have also developed an iPhone app using Swift.
Now I want to extract features from the input audio files using librosa
library and pass those features to the trained model to get predictions. The prediction results will be displayed on the iPhone.
How can I achieve this? Am I missing out on something? Kindly help on this! I am new to the Swift and iOS development world.