manikanta2026
commited on
Commit
·
b2c1545
1
Parent(s):
8287fdb
changes3
Browse files- requirements.txt +10 -30
requirements.txt
CHANGED
@@ -1,30 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
tensorflow
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|