t

tflite-task-audio-play-services

A library to integrate TFLite models on-device for popular Audio Tasks related machine learning use cases
https://tensorflow.org/lite/
Android Software Development Kit License
TensorFlow Authors
Files download
File Operation
tflite-task-audio-play-services-0.4.1-beta02.pom download
Apache Maven
<dependency>
  <groupId>org.tensorflow</groupId>
  <artifactId>tflite-task-audio-play-services</artifactId>
  <version>0.4.1-beta02</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'org.tensorflow:tflite-task-audio-play-services:0.4.1-beta02'
Gradle Kotlin
implementation("org.tensorflow:tflite-task-audio-play-services:0.4.1-beta02")
Scala SBT
libraryDependencies += "org.tensorflow" % "tflite-task-audio-play-services" % "0.4.1-beta02"
Groovy Grape
@Grapes(
  @Grab(group='org.tensorflow', module='tflite-task-audio-play-services', version='0.4.1-beta02')
)
Apache Ivy
<dependency org="org.tensorflow" name="tflite-task-audio-play-services" rev="0.4.1-beta02" />
Leiningen
[org.tensorflow/tflite-task-audio-play-services "0.4.1-beta02"]
Apache Buildr
'org.tensorflow:tflite-task-audio-play-services:jar:0.4.1-beta02'