w

whisper-jni

A JNI wrapper for [whisper.cpp](https://github.com/ggerganov/whisper.cpp), allows to transcribe speech to text in Java
https://github.com/GiviMAD/whisper-jni
The Apache License, Version 2.0
Miguel Álvarez Díez
Files download
File Operation
whisper-jni-1.6.1.jar download
whisper-jni-1.6.1.pom download
whisper-jni-1.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.givimad</groupId>
  <artifactId>whisper-jni</artifactId>
  <version>1.6.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.givimad:whisper-jni:1.6.1'
Gradle Kotlin
implementation("io.github.givimad:whisper-jni:1.6.1")
Scala SBT
libraryDependencies += "io.github.givimad" % "whisper-jni" % "1.6.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.givimad', module='whisper-jni', version='1.6.1')
)
Apache Ivy
<dependency org="io.github.givimad" name="whisper-jni" rev="1.6.1" />
Leiningen
[io.github.givimad/whisper-jni "1.6.1"]
Apache Buildr
'io.github.givimad:whisper-jni:jar:1.6.1'