Metadata-Version: 2.4
Name: hama
Version: 1.3.9
Summary: Cross-platform grapheme-to-phoneme and phoneme-ASR inference library powered by ONNX.
Author: Seongmin Park
License: Apache-2.0
Project-URL: Homepage, https://hamalnp.org
Project-URL: Repository, https://github.com/hamanlp/hama
Project-URL: Issues, https://github.com/hamanlp/hama/issues
Keywords: g2p,asr,phoneme,onnx,onnxruntime,korean
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.24
Requires-Dist: onnxruntime>=1.20
Provides-Extra: test
Requires-Dist: pytest>=7.4; extra == "test"
Provides-Extra: live
Requires-Dist: sounddevice>=0.4; extra == "live"
Requires-Dist: silero-vad<7,>=6.2; extra == "live"

See the top-level [README](../README.md) for usage instructions.
