🎤 Deploy 本番用依存関係(gTTS統合) with Google TTS integration for real Japanese voice synthesis
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Style-BERT-VITS2
|
2 |
torch>=2.0.0
|
3 |
torchaudio>=2.0.0
|
4 |
transformers>=4.35.0
|
@@ -9,8 +9,12 @@ numpy>=1.24.0
|
|
9 |
huggingface_hub>=0.19.0
|
10 |
requests>=2.31.0
|
11 |
|
|
|
|
|
|
|
|
|
12 |
# Audio processing
|
13 |
librosa>=0.10.0
|
14 |
|
15 |
-
# Additional dependencies
|
16 |
pydantic>=2.0.0
|
|
|
1 |
+
# Style-BERT-VITS2 Production Dependencies
|
2 |
torch>=2.0.0
|
3 |
torchaudio>=2.0.0
|
4 |
transformers>=4.35.0
|
|
|
9 |
huggingface_hub>=0.19.0
|
10 |
requests>=2.31.0
|
11 |
|
12 |
+
# Production TTS Engine
|
13 |
+
gTTS>=2.5.0
|
14 |
+
click>=7.1
|
15 |
+
|
16 |
# Audio processing
|
17 |
librosa>=0.10.0
|
18 |
|
19 |
+
# Additional dependencies
|
20 |
pydantic>=2.0.0
|