manikanta2026 commited on
Commit
b2c1545
·
1 Parent(s): 8287fdb
Files changed (1) hide show
  1. requirements.txt +10 -30
requirements.txt CHANGED
@@ -1,30 +1,10 @@
1
-
2
- # Core ML and Audio Processing
3
- tensorflow>=2.10.0,<2.16.0
4
- librosa>=0.10.0
5
- numpy>=1.21.0,<1.25.0
6
- scikit-learn>=1.1.0
7
-
8
- # Audio file handling
9
- soundfile>=0.12.0
10
- audioread>=3.0.0
11
-
12
- # Visualization
13
- matplotlib>=3.5.0
14
- seaborn>=0.11.0
15
-
16
- # Web Interface
17
- gradio>=4.0.0
18
-
19
- # Data handling
20
- pandas>=1.5.0
21
- pickle5>=0.0.12
22
-
23
- # Optional audio codecs (recommended for broader format support)
24
- ffmpeg-python>=0.2.0
25
-
26
- # System utilities
27
- packaging>=21.0
28
-
29
- # For better performance (optional but recommended)
30
- numba>=0.56.0
 
1
+ numpy
2
+ librosa
3
+ tensorflow
4
+ scikit-learn
5
+ matplotlib
6
+ soundfile
7
+ audioread
8
+ numba
9
+ resampy
10
+ gradio