kepsmiling121 commited on
Commit
5ee7f15
·
verified ·
1 Parent(s): 3fe0016

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -0
requirements.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ gradio>=4.0.0
3
+ transformers>=4.30.0
4
+ torch>=2.0.0
5
+ torchaudio>=2.0.0
6
+
7
+ # Audio processing
8
+ scipy>=1.10.0
9
+ numpy>=1.24.0
10
+ librosa>=0.10.0
11
+ soundfile>=0.12.0
12
+
13
+ # Additional ML models
14
+ accelerate>=0.20.0
15
+ diffusers>=0.20.0
16
+
17
+ # Utilities
18
+ pydub>=0.25.0
19
+ matplotlib>=3.7.0
20
+ plotly>=5.15.0
21
+
22
+ # Optional optimizations
23
+ xformers>=0.0.20
24
+ bitsandbytes>=0.39.0
25
+
26
+ # Development
27
+ pytest>=7.0.0
28
+ black>=23.0.0
29
+ flake8>=6.0.0