-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (37 loc) · 1.22 KB
/
Copy pathrequirements.txt
File metadata and controls
41 lines (37 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
kokoro # Official Kokoro TTS library (v1.0 model support)
misaki # G2P library for Kokoro (multi-language support)
torch # PyTorch for model inference (for GPU support, see README.md for CUDA-specific installation)
torchaudio # PyTorch audio processing library
soundfile # Audio file handling
huggingface-hub # Model downloads from Hugging Face
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
maturin # Build dependency for underthesea-core
num2words # For number to word conversion
spacy # For text processing
tqdm # Progress bars
psutil # System and process monitoring
packaging # Version parsing for dependency checking
numpy<2.0 # Numerical computing
underthesea
# Japan Language Libraries
fugashi[unidic]
jaconv
mojimoji
pyopenjtalk
# Korean Language Libraries
jamo
nltk
# Mandarin Language Libraries
cn2an
jieba
ordered-set
pypinyin
pypinyin-dict
# Note: mishkal-hebrew was removed because all its releases were deleted from
# PyPI (the project was renamed to "phonikud"), which broke installation on
# every Python version. Nothing in this repo imports it.