This repository was archived by the owner on Jun 19, 2025. It is now read-only.
  
  
  
  
  
Description
Currently the libdeepspeech java binding only offers DeepSpeech(String modelPath)  for initialization, This doesn't work in a production environment where the Android app may not be able to provide a "path". Current TFLite java bindings allow for init from java.io.File and java.nio.ByteBuffer. Please add one of these options.