Devakumar868 commited on
Commit
2a75609
·
verified ·
1 Parent(s): cfde29f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -15
requirements.txt CHANGED
@@ -1,34 +1,36 @@
1
- # Core dependencies - tested versions for compatibility
2
  gradio>=4.44.0
 
 
3
  torch==2.6.0
4
  torchvision==0.17.0
5
  torchaudio==2.0.2
 
6
  transformers>=4.45.0
7
  accelerate>=0.34.0
8
  safetensors>=0.4.0
9
 
10
- # Ultravox dependencies
11
- git+https://github.com/fixie-ai/ultravox.git
12
  librosa>=0.10.1
13
  soundfile>=0.12.1
 
 
14
  datasets>=2.20.0
15
 
16
- # Dia TTS dependencies
17
- git+https://github.com/nari-labs/dia.git
18
- scipy>=1.11.0
19
  numpy>=1.24.0
 
 
20
 
21
- # Emotion recognition and audio processing
22
  speechbrain>=1.0.0
23
- webrtcvad>=2.0.10
24
- pyaudio>=0.2.11
25
 
26
- # HuggingFace and utilities
27
- huggingface_hub>=0.24.0
28
- requests>=2.31.0
29
- psutil>=5.9.0
30
- threading-utils>=0.3.0
31
 
32
- # Memory and performance optimization
 
33
  memory-profiler>=0.61.0
34
  py-spy>=0.3.14
 
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.17.0
7
  torchaudio==2.0.2
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