Vishal-Padia commited on
Commit
52c9955
·
verified ·
1 Parent(s): 961ca22

Upload speech emotion recognition model

Browse files
Files changed (1) hide show
  1. requirements.txt +93 -0
requirements.txt ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ asttokens==2.4.1
2
+ audioread==3.0.1
3
+ beautifulsoup4==4.12.3
4
+ certifi==2024.8.30
5
+ cffi==1.17.1
6
+ charset-normalizer==3.4.0
7
+ click==8.1.7
8
+ colorama==0.4.6
9
+ comm==0.2.2
10
+ contourpy==1.3.1
11
+ cycler==0.12.1
12
+ debugpy==1.8.9
13
+ decorator==5.1.1
14
+ docker-pycreds==0.4.0
15
+ docopt==0.6.2
16
+ executing==2.1.0
17
+ filelock==3.16.1
18
+ fonttools==4.55.0
19
+ fsspec==2024.10.0
20
+ gitdb==4.0.11
21
+ GitPython==3.1.43
22
+ huggingface-hub==0.26.3
23
+ idna==3.10
24
+ ipykernel==6.29.5
25
+ ipython==8.30.0
26
+ jedi==0.19.2
27
+ Jinja2==3.1.4
28
+ joblib==1.4.2
29
+ Js2Py==0.74
30
+ jupyter_client==8.6.3
31
+ jupyter_core==5.7.2
32
+ kiwisolver==1.4.7
33
+ lazy_loader==0.4
34
+ librosa==0.10.2.post1
35
+ llvmlite==0.43.0
36
+ MarkupSafe==3.0.2
37
+ matplotlib==3.9.2
38
+ matplotlib-inline==0.1.7
39
+ mpmath==1.3.0
40
+ msgpack==1.1.0
41
+ nest-asyncio==1.6.0
42
+ networkx==3.4.2
43
+ numba==0.60.0
44
+ numpy==2.0.2
45
+ packaging==24.2
46
+ pandas==2.2.3
47
+ parso==0.8.4
48
+ pillow==11.0.0
49
+ pipwin==0.5.2
50
+ platformdirs==4.3.6
51
+ pooch==1.8.2
52
+ prompt_toolkit==3.0.48
53
+ protobuf==5.29.0
54
+ psutil==6.1.0
55
+ pure_eval==0.2.3
56
+ PyAudio==0.2.14
57
+ pycparser==2.22
58
+ Pygments==2.18.0
59
+ pyjsparser==2.7.1
60
+ pyparsing==3.2.0
61
+ PyPrind==2.11.3
62
+ pySmartDL==1.3.4
63
+ python-dateutil==2.9.0.post0
64
+ pytz==2024.2
65
+ pywin32==308
66
+ PyYAML==6.0.2
67
+ pyzmq==26.2.0
68
+ requests==2.32.3
69
+ scikit-learn==1.5.2
70
+ scipy==1.14.1
71
+ seaborn==0.13.2
72
+ sentry-sdk==2.19.0
73
+ setproctitle==1.3.4
74
+ setuptools==75.6.0
75
+ six==1.16.0
76
+ smmap==5.0.1
77
+ soundfile==0.12.1
78
+ soupsieve==2.6
79
+ soxr==0.5.0.post1
80
+ stack-data==0.6.3
81
+ sympy==1.13.1
82
+ threadpoolctl==3.5.0
83
+ torch==2.5.1
84
+ torchaudio==2.5.1
85
+ tornado==6.4.2
86
+ tqdm==4.67.1
87
+ traitlets==5.14.3
88
+ typing_extensions==4.12.2
89
+ tzdata==2024.2
90
+ tzlocal==5.2
91
+ urllib3==2.2.3
92
+ wandb==0.18.7
93
+ wcwidth==0.2.13