Why does my flutter app crash while using a classifier trained model?
I use a trained model for audio classification in a flutter app. I use the tflite_audio plugin: ^0.3.0, when I start audio recording the app closes. Works well with a google teachablemachine model. help me
thisi is my code:
Why does my flutter app crash while using a classifier trained model?
I use a trained model for audio classification in a flutter app. I use the tflite_audio plugin: ^0.3.0, when I start audio recording the app closes. Works well with a google teachablemachine model. help me
thisi is my code: