JBHF commited on
Commit
453d311
·
verified ·
1 Parent(s): bb24975

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +110 -4
requirements.txt CHANGED
@@ -1,4 +1,110 @@
1
- streamlit
2
-
3
- # requirements.txt
4
- pyaudio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # https://raw.githubusercontent.com/ayushkumarshah/Guitar-Chords-recognition/master/requirements.txt
2
+ absl-py==0.9.0
3
+ altair==4.1.0
4
+ appnope==0.1.0
5
+ astor==0.8.1
6
+ attrs==19.3.0
7
+ audioread==2.1.8
8
+ backcall==0.1.0
9
+ base58==2.0.0
10
+ bleach==3.1.4
11
+ blinker==1.4
12
+ boto3==1.12.39
13
+ botocore==1.15.39
14
+ cachetools==4.1.0
15
+ certifi==2020.4.5.1
16
+ chardet==3.0.4
17
+ click==7.1.1
18
+ cycler==0.10.0
19
+ decorator==4.4.2
20
+ defusedxml==0.6.0
21
+ docutils==0.15.2
22
+ entrypoints==0.3
23
+ enum-compat==0.0.3
24
+ future==0.18.2
25
+ gast==0.3.3
26
+ grpcio==1.28.1
27
+ h5py==2.10.0
28
+ html5lib==0.9999999
29
+ idna==2.9
30
+ imbalanced-learn==0.6.2
31
+ importlib-metadata==1.6.0
32
+ ipykernel==5.2.0
33
+ ipython==7.13.0
34
+ ipython-genutils==0.2.0
35
+ ipywidgets==7.5.1
36
+ jedi==0.16.0
37
+ Jinja2==2.11.1
38
+ jmespath==0.9.5
39
+ joblib==0.14.1
40
+ jsonschema==3.2.0
41
+ jupyter-client==6.1.2
42
+ jupyter-console==6.1.0
43
+ jupyter-core==4.6.3
44
+ Keras==2.2.4
45
+ Keras-Applications==1.0.8
46
+ Keras-Preprocessing==1.1.0
47
+ kiwisolver==1.1.0
48
+ librosa==0.6.1
49
+ llvmlite==0.31.0
50
+ Markdown==3.2.1
51
+ MarkupSafe==1.1.1
52
+ matplotlib==3.1.3
53
+ mistune==0.8.4
54
+ mkl-fft==1.0.15
55
+ mkl-random==1.1.0
56
+ mkl-service==2.3.0
57
+ nbconvert==5.6.1
58
+ nbformat==5.0.5
59
+ notebook==6.0.3
60
+ numba==0.48.0
61
+ numpy==1.18.1
62
+ packaging==20.3
63
+ pandas==1.0.3
64
+ pandocfilters==1.4.2
65
+ parso==0.6.2
66
+ pathtools==0.1.2
67
+ pexpect==4.8.0
68
+ pickleshare==0.7.5
69
+ Pillow==7.1.1
70
+ prometheus-client==0.7.1
71
+ prompt-toolkit==3.0.5
72
+ protobuf==3.11.3
73
+ ptyprocess==0.6.0
74
+ PyAudio==0.2.11
75
+ pydeck==0.3.0
76
+ Pygments==2.6.1
77
+ pyparsing==2.4.7
78
+ pyrsistent==0.16.0
79
+ python-dateutil==2.8.1
80
+ pytz==2019.3
81
+ PyYAML==5.3.1
82
+ pyzmq==19.0.0
83
+ qtconsole==4.7.2
84
+ QtPy==1.9.0
85
+ requests==2.23.0
86
+ resampy==0.2.2
87
+ s3transfer==0.3.3
88
+ scikit-learn==0.22.1
89
+ scipy==1.4.1
90
+ Send2Trash==1.5.0
91
+ six==1.14.0
92
+ streamlit==0.57.3
93
+ tensorboard==1.8.0
94
+ tensorflow==1.8.0
95
+ termcolor==1.1.0
96
+ terminado==0.8.3
97
+ testpath==0.4.4
98
+ toml==0.10.0
99
+ toolz==0.10.0
100
+ tornado==5.1.1
101
+ traitlets==4.3.3
102
+ tzlocal==2.0.0
103
+ urllib3==1.25.8
104
+ validators==0.14.3
105
+ watchdog==0.10.2
106
+ wcwidth==0.1.9
107
+ webencodings==0.5.1
108
+ Werkzeug==1.0.1
109
+ widgetsnbextension==3.5.1
110
+ zipp==3.1.0