Metadata-Version: 2.5
Name: rhema
Version: 0.3.3
Summary: OpenAI API-compatible server for speech-to-text and text-to-speech — the spoken word.
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: ctranslate2>=4.5.0
Requires-Dist: fastapi>=0.121.1
Requires-Dist: faster-whisper>=1.1.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: huggingface-hub[hf-transfer]>=0.33.4
Requires-Dist: kokoro-onnx<0.5.0,>=0.4.5
Requires-Dist: numpy>=2.3.1
Requires-Dist: openai>=2.7.1
Requires-Dist: piper-tts>=1.3.0
Requires-Dist: prometheus-client>=0.22.0
Requires-Dist: pydantic-settings>=2.10.1
Requires-Dist: pydantic>=2.11.7
Requires-Dist: python-multipart>=0.0.10
Requires-Dist: soundfile>=0.13.1
Requires-Dist: uvicorn>=0.35.0
Provides-Extra: gpu
Requires-Dist: kokoro-onnx[gpu]<0.5.0,>=0.4.5; extra == 'gpu'
Requires-Dist: nvidia-cublas-cu12>=12.4.5.8; (platform_machine == 'x86_64' and sys_platform == 'linux') and extra == 'gpu'
Requires-Dist: nvidia-cuda-runtime-cu12>=12.4.127; (platform_machine == 'x86_64' and sys_platform == 'linux') and extra == 'gpu'
Requires-Dist: nvidia-cudnn-cu12>=9.1.0.70; (platform_machine == 'x86_64' and sys_platform == 'linux') and extra == 'gpu'
Requires-Dist: nvidia-cufft-cu12>=11.2.1.3; (platform_machine == 'x86_64' and sys_platform == 'linux') and extra == 'gpu'
Provides-Extra: xtts
Requires-Dist: coqui-tts>=0.27.5; extra == 'xtts'
Requires-Dist: safetensors>=0.4.0; extra == 'xtts'
Requires-Dist: torch<2.11,>=2.2; extra == 'xtts'
Requires-Dist: torchaudio<2.11,>=2.2.0; extra == 'xtts'
Requires-Dist: torchcodec<0.11,>=0.10; extra == 'xtts'
Requires-Dist: transformers<5,>=4.57; extra == 'xtts'
