Metadata-Version: 2.4
Name: onyx-AI-XTTS-v2
Version: 0.1.0
Summary: Professional Voice Cloning and TTS Engine using XTTS v2
Project-URL: Homepage, https://github.com/RUI-com/
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: python-multipart
Requires-Dist: torch==2.1.2
Requires-Dist: torchaudio==2.1.2
Requires-Dist: transformers==4.35.2
Requires-Dist: TTS==0.22.0
Requires-Dist: numpy<2.0.0
Requires-Dist: langdetect
Dynamic: license-file

<p align="center">
  <img src="https://onyxchat-ai.vercel.app/logo/Group%2071.png" alt="ONYX AI Logo" width="200">
</p>

# 🎙️ ONYX AI XTTS v2 Engine

Professional Voice Cloning and Text-to-Speech engine built for **ONYX** platform.

## 📦 Installation
```bash
pip install onyx-AI-XTTS-v2

```bash
🚀 Quick Start
```bash
Python
from ONYXAI_XTTS import OnyxXTTS

engine = OnyxXTTS()

if __name__ == "__main__":
    engine.run(port=7860)

© 2026 ONYX. All rights reserved.
