Metadata-Version: 2.4
Name: voicing-enhancer
Version: 0.2.1
Summary: Voicing ASR load facade and checkpoint name aliases
Author: Voicing AI
License-Expression: MIT
Project-URL: Homepage, https://github.com/tieincred/voicing-enhancer
Project-URL: Repository, https://github.com/tieincred/voicing-enhancer
Project-URL: Issues, https://github.com/tieincred/voicing-enhancer/issues
Keywords: asr,speech,voicing,vllm
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# voicing-enhancer

Private Voicing ASR load facade, checkpoint aliases, and runtime patch CLI.

```bash
pip install voicing-enhancer
voicing-enhancer stamp /path/to/asr_model
voicing-enhancer bootstrap-runtime
voicing-enhancer patch-runtime
```

```python
from voicing_enhancer import VoicingASRModel, resolve_model_paths
```
