flutter_tflite_audio
flutter_tflite_audio copied to clipboard
Audio classification Tflite package for flutter (iOS & Android). Can support Google Teachable Machine models
Hi, Is it possible to use a model where I should input some additional parameters, in addition to the audio?
Hi @Caldarie . My app is in test mode right now. Someone reported that on iOS the recognition works only if people speak loud close to the microphone. Did you...
download the YAMNet model from https://tfhub.dev/google/lite-model/yamnet/classification/tflite/1
I am using a GTM model and I am trying to increase the recording length passed to the model. To analysing 1 second of audio, I am using the following...
When I try to run the app with a GTM built model on device it keeps triggering the following error when the buffer size is reached and inference should happen....
Let me explain you what's happening, when running the app, the debug session is starting, everything is okay, then, at the moment when the app is loading and opening on...
When opening a new issue, please provide the following information: 1. Describe the problem 2. Are you using a device or emulator? 3. Did you run the example model provided...
I would like to know if these known issues will be resolved in the meantime? - App crashes when runnning GTM model on both android and iOS - To reduce...
I discovered an error when testing on a real device. My module is based on modifying the sample from https://www.tensorflow.org/tutorials/audio/transfer_learning_audio and then converted to tflite. I followed the settings like...
Hi, I have made an MFCC Model using this tutorial - [Link](https://www.youtube.com/watch?v=NITIefkRae0&pp=ygUad2FrZSB3b3JkIGRldGVjdGlvbiBweXRob24%3D) I am not able to use this model and getting this error - Cannot copy from a TensorFlowLite...