Devakumar868 commited on
Commit
4e873a8
·
verified ·
1 Parent(s): 0eb777d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -29
requirements.txt CHANGED
@@ -1,36 +1,25 @@
1
- # Gradio interface
2
  gradio>=4.44.0
 
 
 
 
 
3
 
4
- # Core ML frameworks (install GPU build via --index-url)
5
- torch==2.6.0
6
- torchvision==0.21.0
7
- torchaudio>=2.4.1
8
-
9
- transformers>=4.45.0
10
- accelerate>=0.34.0
11
- safetensors>=0.4.0
12
-
13
- # Audio & signal processing
14
- librosa>=0.10.1
15
- soundfile>=0.12.1
16
- webrtcvad>=2.0.10
17
- pyaudio>=0.2.11
18
- datasets<=2.20.0
19
 
20
- # Vision & utilities
21
- numpy>=1.24.0
 
22
  scipy>=1.11.0
23
- psutil==5.9.5 # Last version supporting Python 3.10 and 3.9[1]
24
-
25
- # Emotion recognition
26
- speechbrain>=1.0.0
27
 
28
- # HuggingFace & Git LFS
29
- huggingface-hub>=0.24.0
30
- git+https://github.com/fixie-ai/ultravox.git
31
- git+https://github.com/nari-labs/dia.git
32
 
33
- # System & performance
34
  requests>=2.31.0
35
- memory-profiler>=0.61.0
36
- py-spy>=0.3.14
 
1
+ # Core dependencies
2
  gradio>=4.44.0
3
+ torch>=2.0.0
4
+ torchaudio>=2.0.0
5
+ transformers>=4.36.0
6
+ accelerate>=0.25.0
7
+ huggingface_hub>=0.19.0
8
 
9
+ # Dia TTS model
10
+ git+https://github.com/nari-labs/dia.git
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
+ # Audio processing
13
+ soundfile>=0.12.0
14
+ librosa>=0.10.0
15
  scipy>=1.11.0
16
+ numpy>=1.24.0
 
 
 
17
 
18
+ # Additional ML utilities
19
+ safetensors>=0.4.0
20
+ datasets>=2.14.0
21
+ tokenizers>=0.15.0
22
 
23
+ # System utilities
24
  requests>=2.31.0
25
+ packaging>=23.0