gitextract_vauge4lg/ ├── .gitignore ├── LICENSE ├── MANIFEST.in ├── README.md ├── example.py ├── kittentts/ │ ├── __index__.py │ ├── __init__.py │ ├── get_model.py │ ├── onnx_model.py │ └── preprocess.py ├── pyproject.toml ├── requirements.txt └── setup.py