skip to Main Content

Android Studio – How to use YAMNet TensorFlow lite model with a given audio clip for Sound Classification

I am trying to develop Android app that takes an audio clip and classify this audio using YAMNet model https://tfhub.dev/google/lite-model/yamnet/classification/tflite/1 During my research about this, I found this solution: Add these dependencies // to run yamnet.tflite model implementation 'org.tensorflow:tensorflow-lite-task-audio:0.2.0' //…

VIEW QUESTION
Back To Top
Search