espnet_model_zoo
https://pypi.org/project/espnet-model-zoo/
https://github.com/espnet/espnet_model_zoo
espnet_model_zooのASRのモデルを読み込む
wavファイルを認識する例:
https://gist.github.com/ftnext/c60a32087a25146674edc6eb70bc8fb0
ESPnetの音声認識モデルはnp.floatのarrayを入力する必要がありそう
依存関係
https://github.com/espnet/espnet_model_zoo/blob/v0.1.7/setup.py#L13-L14
#espnet
#huggingface_hub
(Hugging Faceで公開されたモデルのダウンロード)