JBHF commited on
Commit
8d2985f
·
verified ·
1 Parent(s): 9150392

requirements-26-03-2024.txt

Browse files

requirements-26-03-2024.txt :

streamlit-audiorecorder
ffmpeg

streamlit

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