What is the best way to deploy my SVM model to my flutter app?
I can’t reimplement my code as a TenserFlow lite because the accuracy rate falls to 15%. my model takes the audio files and analyze them. The output of my model is text I want it to be shown as it is. I have no knowledge about using hugging face. what is the best way for me?