The computing power and network bandwidth of default kantvserver is very low due to insufficient fund, so setup a local End-2-End development env is strongly recommended.
-
setup a http server(by apache or nginx) in local development env
-
modify kant server address in app
- upload required files to local http server like this(dependent files for whisper.cpp could be found at GGML's official website)
apk -> http(s)://local_http_server/kantv/apk/kantv-latest.apk
apk version -> http(s)://local_http_server/kantv/apk/kantv-version.txt
jfk.wav -> http(s)://local_http_server/kantv/ggml/jfk.wav
ggml-tiny-q5_1.bin http(s)://local_http_server/kantv/ggml/ggml-tiny-q5_1.bin
...
...
...