Caldarie / flutter_tflite_audio

Audio classification Tflite package for flutter (iOS & Android). Can support Google Teachable Machine models
MIT License
63 stars 24 forks source link

Create model and retrain on the fly #33

Open alandotic opened 2 years ago

alandotic commented 2 years ago

Hi, first of all thanks for the awesome project, especially the clear readme that walk me through the journey.

I would like to ask whether this plugin expose the API for user to train on the fly and probably reload after adding a new model?

Caldarie commented 2 years ago

Hi @alandotic,

I am happy to hear that you found this project useful.

As for your question, the plugin does not expose the API to allow users to train on the fly. You can however implement this feature on your app, and then allow the user to reload the newly trained model with this plugin.

Let me know if this answers your question.