first commit

This commit is contained in:
2025-12-04 11:58:36 +01:00
commit 21cdc65ade
38 changed files with 8176 additions and 0 deletions

22
requirements.txt Normal file
View File

@ -0,0 +1,22 @@
# NovaAi – TTS-Engine-Hub
# requirements.txt
# Version: v0.0.1
fastapi
uvicorn
gunicorn
pydantic
pydantic-settings
ffmpeg-python
piper-tts
f5-tts
torch
torchaudio
# Development & Testing
pytest-cov
pytest-asyncio