Showing
3 changed files
with
42 additions
and
0 deletions
.gitignore
0 → 100644
1 | +env |
readme.md
0 → 100644
File mode changed
requirements.txt
0 → 100644
1 | +appdirs==1.4.4 | ||
2 | +audioread==3.0.0 | ||
3 | +certifi==2022.12.7 | ||
4 | +cffi==1.15.1 | ||
5 | +charset-normalizer==3.1.0 | ||
6 | +contourpy==1.0.7 | ||
7 | +cycler==0.11.0 | ||
8 | +decorator==5.1.1 | ||
9 | +ffmpeg==1.4 | ||
10 | +fonttools==4.39.3 | ||
11 | +idna==3.4 | ||
12 | +importlib-resources==5.12.0 | ||
13 | +joblib==1.2.0 | ||
14 | +kiwisolver==1.4.4 | ||
15 | +lazy_loader==0.2 | ||
16 | +librosa==0.10.0.post2 | ||
17 | +llvmlite==0.39.1 | ||
18 | +matplotlib==3.7.1 | ||
19 | +msgpack==1.0.5 | ||
20 | +numba==0.56.4 | ||
21 | +numpy==1.23.5 | ||
22 | +packaging==23.1 | ||
23 | +Pillow==9.5.0 | ||
24 | +pooch==1.6.0 | ||
25 | +PyAudio==0.2.13 | ||
26 | +pycparser==2.21 | ||
27 | +pydub==0.25.1 | ||
28 | +pyparsing==3.0.9 | ||
29 | +python-dateutil==2.8.2 | ||
30 | +requests==2.28.2 | ||
31 | +scikit-learn==1.2.2 | ||
32 | +scipy==1.10.1 | ||
33 | +six==1.16.0 | ||
34 | +sounddevice==0.4.6 | ||
35 | +soundfile==0.12.1 | ||
36 | +soxr==0.3.5 | ||
37 | +threadpoolctl==3.1.0 | ||
38 | +tk==0.1.0 | ||
39 | +typing_extensions==4.5.0 | ||
40 | +urllib3==1.26.15 | ||
41 | +zipp==3.15.0 |
-
Please register or login to post a comment