hojo-asr
Copyright 2026 HojoAI

This product bundles inference code from the WeNet project
(https://github.com/wenet-e2e/wenet).

WeNet
Copyright 2020-2023 Mobvoi Inc. and contributors.
Licensed under the Apache License, Version 2.0.

Portions of the bundled code under `hojo_asr.wenet` are derived from ESPnet
(https://github.com/espnet/espnet).
Copyright ESPnet contributors.
Licensed under the Apache License, Version 2.0.

Modifications by HojoAI to the bundled WeNet-derived code include, but are not
limited to:
- Vendoring under `hojo_asr.wenet` instead of a top-level `wenet` package.
- Removing training scripts, CLI tools, dataset pipelines, and other
  components not required for HOJO ASR inference.
- Keeping only modules needed by `ConformerEncoder` inference.
- Replacing `hojo_asr/wenet/__init__.py` to avoid importing CLI entry points.

This package is not affiliated with, endorsed by, or maintained by the
official WeNet project. The name "WeNet" is used only to identify the
origin of the included source code.
