The installation should work on Python 3.6 or newer. Untested on Python 2.7
Usage
fromjasper.asrimportJasperASRasr_model=JasperASR("/path/to/model_config_yaml","/path/to/encoder_checkpoint","/path/to/decoder_checkpoint")# Loads the modelsTEXT=asr_model.transcribe(wav_data)# Returns the text spoken in the wav