medyas commited on
Commit
ad1cca2
·
verified ·
1 Parent(s): d53ecf8

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +35 -0
requirements.txt ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core TTS
2
+ f5-tts>=1.1.20
3
+ habibi-tts>=0.1.1
4
+ torch>=2.0.0
5
+ torchaudio
6
+ vocos
7
+
8
+ # Serving
9
+ fastapi
10
+ uvicorn
11
+ pydantic
12
+
13
+ # Audio processing
14
+ soundfile
15
+ librosa
16
+ pydub
17
+
18
+ # Quantization
19
+ bitsandbytes
20
+
21
+ # Arabic NLP
22
+ pyarabic
23
+ num2words
24
+
25
+ # Utilities
26
+ numpy
27
+ tqdm
28
+ huggingface-hub
29
+ safetensors
30
+ omegaconf
31
+ hydra-core
32
+ cached-path
33
+ transformers
34
+ accelerate
35
+ datasets