tts / requirements.txt
IAMCB's picture
update the ui and api_ v3.1.1 fucking bugs
aef75a5
raw
history blame contribute delete
583 Bytes
kokoro # Official Kokoro TTS library
misaki # G2P library for Kokoro
torch # PyTorch for model inference
soundfile # Audio file handling
huggingface-hub # Model downloads
gradio # Web interface
pydub # For audio format conversion
espeakng-loader # For loading espeak-ng library
phonemizer-fork # For phoneme generation
wheel # For building packages
setuptools # For installing packages
num2words # For number to word conversion
spacy # For text processing
gradio==3.16.2
torch
numpy>=1.19.0
soundfile>=0.10.3
pydub>=0.25.1
flask>=2.0.0
werkzeug>=2.0.0
starlette>=0.20.0