mbar0075 commited on
Commit
bf52119
1 Parent(s): c38ac13

Upload 105 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. App.ipynb +0 -0
  3. Deep_Learning_for_Speaker_Identification.pdf +0 -0
  4. Requirements/environment.yml +287 -0
  5. Requirements/requirements.txt +231 -0
  6. best_model/fingerprint.pb +3 -0
  7. best_model/keras_metadata.pb +3 -0
  8. best_model/saved_model.pb +3 -0
  9. best_model/variables/variables.data-00000-of-00001 +3 -0
  10. best_model/variables/variables.index +0 -0
  11. best_model_mel.h5 +3 -0
  12. metrics/best_model_mel_metrics +7 -0
  13. metrics/model1_mel_metrics +7 -0
  14. metrics/model1_mfcc_metrics +7 -0
  15. metrics/model2_mel_metrics +7 -0
  16. metrics/model2_mfcc_metrics +7 -0
  17. metrics/model3_mel_metrics +7 -0
  18. metrics/model3_mfcc_metrics +7 -0
  19. metrics/model4_mel_metrics +7 -0
  20. metrics/model4_mfcc_metrics +7 -0
  21. metrics/model5_mel_metrics +7 -0
  22. metrics/model5_mfcc_metrics +7 -0
  23. metrics/model6_mel_metrics +7 -0
  24. metrics/model6_mfcc_metrics +7 -0
  25. model1_mel.h5 +3 -0
  26. model1_mfcc.h5 +3 -0
  27. model2_mel.h5 +3 -0
  28. model2_mfcc.h5 +3 -0
  29. model3_mel.h5 +3 -0
  30. model3_mfcc.h5 +3 -0
  31. model4_mel.h5 +3 -0
  32. model4_mfcc.h5 +3 -0
  33. model5_mel.h5 +3 -0
  34. model5_mfcc.h5 +3 -0
  35. model6_mel.h5 +3 -0
  36. model6_mfcc.h5 +3 -0
  37. plots/Table of Results.png +0 -0
  38. plots/best_model_mel_accuracy.png +0 -0
  39. plots/best_model_mel_dataset_evaluation_accents.png +0 -0
  40. plots/best_model_mel_dataset_evaluation_genders.png +0 -0
  41. plots/best_model_mel_metrics.png +0 -0
  42. plots/best_model_mel_metrics_bottom_20_speakers.png +0 -0
  43. plots/best_model_mel_metrics_subset.png +0 -0
  44. plots/best_model_mel_metrics_top_20_speakers.png +0 -0
  45. plots/mel_spectrogram.png +0 -0
  46. plots/mfcc.png +0 -0
  47. plots/model1_mel_accuracy.png +0 -0
  48. plots/model1_mel_metrics.png +0 -0
  49. plots/model1_mel_metrics_bottom_20_speakers.png +0 -0
  50. plots/model1_mel_metrics_subset.png +0 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ best_model/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
App.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
Deep_Learning_for_Speaker_Identification.pdf ADDED
Binary file (454 kB). View file
 
Requirements/environment.yml ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: SpeechTechnology
2
+ channels:
3
+ - conda-forge
4
+ - defaults
5
+ dependencies:
6
+ - anyio=3.5.0=py39haa95532_0
7
+ - argon2-cffi=21.3.0=pyhd3eb1b0_0
8
+ - argon2-cffi-bindings=21.2.0=py39h2bbff1b_0
9
+ - asttokens=2.0.5=pyhd3eb1b0_0
10
+ - attrs=22.1.0=py39haa95532_0
11
+ - backcall=0.2.0=pyhd3eb1b0_0
12
+ - beautifulsoup4=4.11.1=py39haa95532_0
13
+ - blas=1.0=mkl
14
+ - bleach=4.1.0=pyhd3eb1b0_0
15
+ - ca-certificates=2023.01.10=haa95532_0
16
+ - certifi=2022.12.7=py39haa95532_0
17
+ - cffi=1.15.1=py39h2bbff1b_3
18
+ - colorama=0.4.6=py39haa95532_0
19
+ - debugpy=1.5.1=py39hd77b12b_0
20
+ - defusedxml=0.7.1=pyhd3eb1b0_0
21
+ - eigen=3.3.7=h59b6b97_1
22
+ - entrypoints=0.4=py39haa95532_0
23
+ - executing=0.8.3=pyhd3eb1b0_0
24
+ - ffmpeg=4.2.2=he774522_0
25
+ - flit-core=3.6.0=pyhd3eb1b0_0
26
+ - freetype=2.12.1=ha860e81_0
27
+ - giflib=5.2.1=h8cc25b3_3
28
+ - glib=2.69.1=h5dc1a3c_2
29
+ - gst-plugins-base=1.18.5=h9e645db_0
30
+ - gstreamer=1.18.5=hd78058f_0
31
+ - hdf5=1.10.6=h1756f20_1
32
+ - icc_rt=2022.1.0=h6049295_2
33
+ - icu=58.2=ha925a31_3
34
+ - idna=3.4=py39haa95532_0
35
+ - intel-openmp=2021.4.0=haa95532_3556
36
+ - ipykernel=6.19.2=py39hd4e2768_0
37
+ - ipython=8.10.0=py39haa95532_0
38
+ - ipython_genutils=0.2.0=pyhd3eb1b0_1
39
+ - jedi=0.18.1=py39haa95532_1
40
+ - jinja2=3.1.2=py39haa95532_0
41
+ - jpeg=9e=h2bbff1b_1
42
+ - jsonschema=4.17.3=py39haa95532_0
43
+ - jupyter_client=7.4.9=py39haa95532_0
44
+ - jupyter_core=5.2.0=py39haa95532_0
45
+ - jupyter_server=1.23.4=py39haa95532_0
46
+ - jupyterlab_pygments=0.1.2=py_0
47
+ - lerc=3.0=hd77b12b_0
48
+ - libdeflate=1.17=h2bbff1b_0
49
+ - libffi=3.4.2=hd77b12b_6
50
+ - libiconv=1.16=h2bbff1b_2
51
+ - libogg=1.3.5=h2bbff1b_1
52
+ - libpng=1.6.39=h8cc25b3_0
53
+ - libprotobuf=3.20.3=h23ce68f_0
54
+ - libsodium=1.0.18=h62dcd97_0
55
+ - libtiff=4.5.0=h6c2663c_2
56
+ - libvorbis=1.3.7=he774522_0
57
+ - libwebp=1.2.4=hbc33d0d_1
58
+ - libwebp-base=1.2.4=h2bbff1b_1
59
+ - libxml2=2.9.14=h0ad7f3c_0
60
+ - libxslt=1.1.35=h2bbff1b_0
61
+ - lxml=4.9.1=py39h1985fb9_0
62
+ - lz4-c=1.9.4=h2bbff1b_0
63
+ - markupsafe=2.1.1=py39h2bbff1b_0
64
+ - matplotlib-inline=0.1.6=py39haa95532_0
65
+ - mistune=0.8.4=py39h2bbff1b_1000
66
+ - mkl=2021.4.0=haa95532_640
67
+ - mkl-service=2.4.0=py39h2bbff1b_0
68
+ - mkl_fft=1.3.1=py39h277e83a_0
69
+ - mkl_random=1.2.2=py39hf11a4ad_0
70
+ - nbclassic=0.5.2=py39haa95532_0
71
+ - nbclient=0.5.13=py39haa95532_0
72
+ - nbconvert=6.5.4=py39haa95532_0
73
+ - nbformat=5.7.0=py39haa95532_0
74
+ - nest-asyncio=1.5.6=py39haa95532_0
75
+ - notebook=6.5.2=py39haa95532_0
76
+ - notebook-shim=0.2.2=py39haa95532_0
77
+ - numpy=1.23.5=py39h3b20f71_0
78
+ - numpy-base=1.23.5=py39h4da318b_0
79
+ - opencv=4.6.0=py39hf11a4ad_3
80
+ - openssl=1.1.1t=h2bbff1b_0
81
+ - packaging=22.0=py39haa95532_0
82
+ - pandocfilters=1.5.0=pyhd3eb1b0_0
83
+ - parso=0.8.3=pyhd3eb1b0_0
84
+ - pcre=8.45=hd77b12b_0
85
+ - pickleshare=0.7.5=pyhd3eb1b0_1003
86
+ - pip=23.0.1=py39haa95532_0
87
+ - platformdirs=2.5.2=py39haa95532_0
88
+ - prometheus_client=0.14.1=py39haa95532_0
89
+ - prompt-toolkit=3.0.36=py39haa95532_0
90
+ - psutil=5.9.0=py39h2bbff1b_0
91
+ - pure_eval=0.2.2=pyhd3eb1b0_0
92
+ - pycparser=2.21=pyhd3eb1b0_0
93
+ - pyrsistent=0.18.0=py39h196d8e1_0
94
+ - python=3.9.16=h6244533_0
95
+ - python-dateutil=2.8.2=pyhd3eb1b0_0
96
+ - python-fastjsonschema=2.16.2=py39haa95532_0
97
+ - pywin32=305=py39h2bbff1b_0
98
+ - pywinpty=2.0.10=py39h5da7b33_0
99
+ - pyzmq=23.2.0=py39hd77b12b_0
100
+ - qt-main=5.15.2=he8e5bd7_7
101
+ - qt-webengine=5.15.9=hb9a9bb5_5
102
+ - qtwebkit=5.212=h3ad3cdb_4
103
+ - send2trash=1.8.0=pyhd3eb1b0_1
104
+ - setuptools=65.6.3=py39haa95532_0
105
+ - six=1.16.0=pyhd3eb1b0_1
106
+ - sniffio=1.2.0=py39haa95532_1
107
+ - soupsieve=2.3.2.post1=py39haa95532_0
108
+ - sqlite=3.40.1=h2bbff1b_0
109
+ - stack_data=0.2.0=pyhd3eb1b0_0
110
+ - terminado=0.17.1=py39haa95532_0
111
+ - tinycss2=1.2.1=py39haa95532_0
112
+ - tornado=6.2=py39h2bbff1b_0
113
+ - traitlets=5.7.1=py39haa95532_0
114
+ - vc=14.2=h21ff451_1
115
+ - vs2015_runtime=14.27.29016=h5e58377_2
116
+ - wcwidth=0.2.5=pyhd3eb1b0_0
117
+ - webencodings=0.5.1=py39haa95532_1
118
+ - websocket-client=0.58.0=py39haa95532_4
119
+ - wheel=0.38.4=py39haa95532_0
120
+ - wincertstore=0.2=py39haa95532_2
121
+ - winpty=0.4.3=4
122
+ - xz=5.2.10=h8cc25b3_1
123
+ - zeromq=4.3.4=hd77b12b_0
124
+ - zlib=1.2.13=h8cc25b3_0
125
+ - zstd=1.5.2=h19a0ad4_0
126
+ - pip:
127
+ - absl-py==2.0.0
128
+ - aiohttp==3.8.6
129
+ - aiosignal==1.3.1
130
+ - altair==5.1.2
131
+ - annotated-types==0.6.0
132
+ - apscheduler==3.10.1
133
+ - astunparse==1.6.3
134
+ - async-timeout==4.0.3
135
+ - audioread==3.0.1
136
+ - blinker==1.6.3
137
+ - cachetools==5.3.1
138
+ - charset-normalizer==3.3.0
139
+ - click==8.1.7
140
+ - cloudpickle==3.0.0
141
+ - coloredlogs==15.0.1
142
+ - comm==0.1.4
143
+ - contourpy==1.1.1
144
+ - cycler==0.12.1
145
+ - cython==3.0.0
146
+ - decorator==4.4.2
147
+ - docker==6.1.3
148
+ - farama-notifications==0.0.4
149
+ - fastapi==0.85.1
150
+ - filelock==3.12.4
151
+ - flask==3.0.0
152
+ - flatbuffers==23.5.26
153
+ - fonttools==4.43.1
154
+ - frozenlist==1.4.0
155
+ - fsspec==2023.9.2
156
+ - gast==0.5.4
157
+ - gitdb==4.0.11
158
+ - gitpython==3.1.40
159
+ - google-api-core==2.12.0
160
+ - google-auth==2.23.3
161
+ - google-auth-oauthlib==1.0.0
162
+ - google-cloud-vision==3.4.4
163
+ - google-pasta==0.2.0
164
+ - googleapis-common-protos==1.60.0
165
+ - gputil==1.4.0
166
+ - grad-cam==1.4.8
167
+ - grpcio==1.59.0
168
+ - grpcio-status==1.59.0
169
+ - gymnasium==0.29.1
170
+ - h11==0.14.0
171
+ - h5py==3.10.0
172
+ - httpcore==0.18.0
173
+ - httpx==0.25.0
174
+ - humanfriendly==10.0
175
+ - imageio==2.31.6
176
+ - imageio-ffmpeg==0.4.9
177
+ - importlib-metadata==6.8.0
178
+ - importlib-resources==6.1.0
179
+ - inference==0.9.4
180
+ - iprogress==0.4
181
+ - ipywidgets==8.1.1
182
+ - itsdangerous==2.1.2
183
+ - joblib==1.3.2
184
+ - jupyter==1.0.0
185
+ - jupyter-console==6.6.3
186
+ - jupyterlab-widgets==3.0.9
187
+ - keras==2.14.0
188
+ - keras-tuner==1.4.6
189
+ - kiwisolver==1.4.5
190
+ - kt-legacy==1.0.5
191
+ - lazy-loader==0.3
192
+ - libclang==16.0.6
193
+ - librosa==0.10.1
194
+ - llvmlite==0.41.0
195
+ - markdown==3.5
196
+ - markdown-it-py==3.0.0
197
+ - matplotlib==3.8.0
198
+ - mdurl==0.1.2
199
+ - ml-dtypes==0.2.0
200
+ - moviepy==1.0.3
201
+ - mpmath==1.3.0
202
+ - msgpack==1.0.7
203
+ - multidict==6.0.4
204
+ - networkx==3.1
205
+ - numba==0.58.0
206
+ - oauthlib==3.2.2
207
+ - onnxruntime==1.15.1
208
+ - openai==0.28.1
209
+ - opencv-python==4.8.0.76
210
+ - opencv-python-headless==4.8.1.78
211
+ - opt-einsum==3.3.0
212
+ - pandas==2.1.1
213
+ - piexif==1.1.3
214
+ - pillow==10.0.1
215
+ - pooch==1.7.0
216
+ - proglog==0.1.10
217
+ - prometheus-fastapi-instrumentator==6.0.0
218
+ - proto-plus==1.22.3
219
+ - protobuf==4.24.4
220
+ - pyarrow==13.0.0
221
+ - pyasn1==0.5.0
222
+ - pyasn1-modules==0.3.0
223
+ - pybase64==1.3.1
224
+ - pycocotools==2.0.7
225
+ - pydantic==1.10.13
226
+ - pydantic-core==2.10.1
227
+ - pydeck==0.8.1b0
228
+ - pygments==2.16.1
229
+ - pyparsing==3.1.1
230
+ - pyreadline3==3.4.1
231
+ - pytesseract==0.3.10
232
+ - python-dotenv==1.0.0
233
+ - pytz==2023.3.post1
234
+ - pyyaml==6.0.1
235
+ - pyzbar==0.1.9
236
+ - qtconsole==5.4.4
237
+ - qtpy==2.4.1
238
+ - redis==5.0.1
239
+ - renderlab==0.1.20230421184216
240
+ - replicate==0.15.4
241
+ - requests==2.31.0
242
+ - requests-oauthlib==1.3.1
243
+ - rich==13.5.2
244
+ - rsa==4.9
245
+ - scikeras==0.12.0
246
+ - scikit-image==0.22.0
247
+ - scikit-learn==1.3.1
248
+ - scipy==1.11.3
249
+ - seaborn==0.13.0
250
+ - shapely==2.0.1
251
+ - smmap==5.0.1
252
+ - soundfile==0.12.1
253
+ - soxr==0.3.7
254
+ - stable-baselines3==2.1.0
255
+ - starlette==0.20.4
256
+ - streamlit==1.27.2
257
+ - supervision==0.16.0
258
+ - sympy==1.12
259
+ - tenacity==8.2.3
260
+ - tensorboard==2.14.1
261
+ - tensorboard-data-server==0.7.1
262
+ - tensorflow==2.14.0
263
+ - tensorflow-estimator==2.14.0
264
+ - tensorflow-intel==2.14.0
265
+ - tensorflow-io-gcs-filesystem==0.31.0
266
+ - termcolor==2.3.0
267
+ - threadpoolctl==3.2.0
268
+ - tifffile==2023.9.26
269
+ - toml==0.10.2
270
+ - toolz==0.12.0
271
+ - torch==2.1.0+cu118
272
+ - torchvision==0.16.0
273
+ - tqdm==4.66.1
274
+ - ttach==0.0.3
275
+ - typer==0.9.0
276
+ - typing-extensions==4.8.0
277
+ - tzdata==2023.3
278
+ - tzlocal==5.1
279
+ - urllib3==2.0.6
280
+ - validators==0.22.0
281
+ - watchdog==3.0.0
282
+ - werkzeug==3.0.0
283
+ - widgetsnbextension==4.0.9
284
+ - wrapt==1.14.1
285
+ - yarl==1.9.2
286
+ - zipp==3.17.0
287
+ prefix: C:\Users\User\anaconda3\envs\SpeechTechnology
Requirements/requirements.txt ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.0.0
2
+ aiohttp==3.8.6
3
+ aiosignal==1.3.1
4
+ altair==5.1.2
5
+ annotated-types==0.6.0
6
+ anyio @ file:///C:/ci/anyio_1644481921011/work/dist
7
+ APScheduler==3.10.1
8
+ argon2-cffi @ file:///opt/conda/conda-bld/argon2-cffi_1645000214183/work
9
+ argon2-cffi-bindings @ file:///C:/ci/argon2-cffi-bindings_1644551690056/work
10
+ asttokens @ file:///opt/conda/conda-bld/asttokens_1646925590279/work
11
+ astunparse==1.6.3
12
+ async-timeout==4.0.3
13
+ attrs @ file:///C:/b/abs_09s3y775ra/croot/attrs_1668696195628/work
14
+ audioread==3.0.1
15
+ backcall @ file:///home/ktietz/src/ci/backcall_1611930011877/work
16
+ beautifulsoup4 @ file:///C:/ci/beautifulsoup4_1650293025093/work
17
+ bleach @ file:///opt/conda/conda-bld/bleach_1641577558959/work
18
+ blinker==1.6.3
19
+ cachetools==5.3.1
20
+ certifi @ file:///C:/b/abs_85o_6fm0se/croot/certifi_1671487778835/work/certifi
21
+ cffi @ file:///C:/b/abs_49n3v2hyhr/croot/cffi_1670423218144/work
22
+ charset-normalizer==3.3.0
23
+ click==8.1.7
24
+ cloudpickle==3.0.0
25
+ colorama @ file:///C:/b/abs_a9ozq0l032/croot/colorama_1672387194846/work
26
+ coloredlogs==15.0.1
27
+ comm==0.1.4
28
+ contourpy==1.1.1
29
+ cycler==0.12.1
30
+ Cython==3.0.0
31
+ debugpy @ file:///C:/ci/debugpy_1637091961445/work
32
+ decorator==4.4.2
33
+ defusedxml @ file:///tmp/build/80754af9/defusedxml_1615228127516/work
34
+ docker==6.1.3
35
+ entrypoints @ file:///C:/ci/entrypoints_1649926621128/work
36
+ executing @ file:///opt/conda/conda-bld/executing_1646925071911/work
37
+ Farama-Notifications==0.0.4
38
+ fastapi==0.85.1
39
+ fastjsonschema @ file:///C:/Users/BUILDE~1/AppData/Local/Temp/abs_ebruxzvd08/croots/recipe/python-fastjsonschema_1661376484940/work
40
+ filelock==3.12.4
41
+ Flask==3.0.0
42
+ flatbuffers==23.5.26
43
+ flit_core @ file:///opt/conda/conda-bld/flit-core_1644941570762/work/source/flit_core
44
+ fonttools==4.43.1
45
+ frozenlist==1.4.0
46
+ fsspec==2023.9.2
47
+ gast==0.5.4
48
+ gitdb==4.0.11
49
+ GitPython==3.1.40
50
+ google-api-core==2.12.0
51
+ google-auth==2.23.3
52
+ google-auth-oauthlib==1.0.0
53
+ google-cloud-vision==3.4.4
54
+ google-pasta==0.2.0
55
+ googleapis-common-protos==1.60.0
56
+ GPUtil==1.4.0
57
+ grad-cam==1.4.8
58
+ grpcio==1.59.0
59
+ grpcio-status==1.59.0
60
+ gymnasium==0.29.1
61
+ h11==0.14.0
62
+ h5py==3.10.0
63
+ httpcore==0.18.0
64
+ httpx==0.25.0
65
+ humanfriendly==10.0
66
+ idna @ file:///C:/b/abs_bdhbebrioa/croot/idna_1666125572046/work
67
+ imageio==2.31.6
68
+ imageio-ffmpeg==0.4.9
69
+ importlib-metadata==6.8.0
70
+ importlib-resources==6.1.0
71
+ inference==0.9.4
72
+ IProgress==0.4
73
+ ipykernel @ file:///C:/b/abs_b4f07tbsyd/croot/ipykernel_1672767104060/work
74
+ ipython @ file:///C:/b/abs_d3h279dv3h/croot/ipython_1676582236558/work
75
+ ipython-genutils @ file:///tmp/build/80754af9/ipython_genutils_1606773439826/work
76
+ ipywidgets==8.1.1
77
+ itsdangerous==2.1.2
78
+ jedi @ file:///C:/ci/jedi_1644315428289/work
79
+ Jinja2 @ file:///C:/b/abs_7cdis66kl9/croot/jinja2_1666908141852/work
80
+ joblib==1.3.2
81
+ jsonschema @ file:///C:/b/abs_6ccs97j_l8/croot/jsonschema_1676558690963/work
82
+ jupyter==1.0.0
83
+ jupyter-console==6.6.3
84
+ jupyter-server @ file:///C:/b/abs_1cfi3__jl8/croot/jupyter_server_1671707636383/work
85
+ jupyter_client @ file:///C:/b/abs_d8fk_kz9zk/croot/jupyter_client_1676330195659/work
86
+ jupyter_core @ file:///C:/b/abs_bd7elvu3w2/croot/jupyter_core_1676538600510/work
87
+ jupyterlab-pygments @ file:///tmp/build/80754af9/jupyterlab_pygments_1601490720602/work
88
+ jupyterlab-widgets==3.0.9
89
+ keras==2.14.0
90
+ keras-tuner==1.4.6
91
+ kiwisolver==1.4.5
92
+ kt-legacy==1.0.5
93
+ lazy_loader==0.3
94
+ libclang==16.0.6
95
+ librosa==0.10.1
96
+ llvmlite==0.41.0
97
+ lxml @ file:///C:/ci/lxml_1657527445690/work
98
+ Markdown==3.5
99
+ markdown-it-py==3.0.0
100
+ MarkupSafe @ file:///C:/ci/markupsafe_1654508077284/work
101
+ matplotlib==3.8.0
102
+ matplotlib-inline @ file:///C:/ci/matplotlib-inline_1661915841596/work
103
+ mdurl==0.1.2
104
+ mistune @ file:///C:/ci/mistune_1607359457024/work
105
+ mkl-fft==1.3.1
106
+ mkl-random @ file:///C:/ci/mkl_random_1626186184308/work
107
+ mkl-service==2.4.0
108
+ ml-dtypes==0.2.0
109
+ moviepy==1.0.3
110
+ mpmath==1.3.0
111
+ msgpack==1.0.7
112
+ multidict==6.0.4
113
+ nbclassic @ file:///C:/b/abs_d0_ze5q0j2/croot/nbclassic_1676902914817/work
114
+ nbclient @ file:///C:/ci/nbclient_1650290387259/work
115
+ nbconvert @ file:///C:/b/abs_4av3q4okro/croot/nbconvert_1668450658054/work
116
+ nbformat @ file:///C:/b/abs_85_3g7dkt4/croot/nbformat_1670352343720/work
117
+ nest-asyncio @ file:///C:/b/abs_3a_4jsjlqu/croot/nest-asyncio_1672387322800/work
118
+ networkx==3.1
119
+ notebook @ file:///C:/b/abs_ca13hqvuzw/croot/notebook_1668179888546/work
120
+ notebook_shim @ file:///C:/b/abs_ebfczttg6x/croot/notebook-shim_1668160590914/work
121
+ numba==0.58.0
122
+ numpy @ file:///C:/b/abs_datssh7cer/croot/numpy_and_numpy_base_1672336199388/work
123
+ oauthlib==3.2.2
124
+ onnxruntime==1.15.1
125
+ openai==0.28.1
126
+ opencv-python==4.8.0.76
127
+ opencv-python-headless==4.8.1.78
128
+ opt-einsum==3.3.0
129
+ packaging @ file:///C:/b/abs_cfsup8ur87/croot/packaging_1671697442297/work
130
+ pandas==2.1.1
131
+ pandocfilters @ file:///opt/conda/conda-bld/pandocfilters_1643405455980/work
132
+ parso @ file:///opt/conda/conda-bld/parso_1641458642106/work
133
+ pickleshare @ file:///tmp/build/80754af9/pickleshare_1606932040724/work
134
+ piexif==1.1.3
135
+ Pillow==10.0.1
136
+ platformdirs @ file:///C:/b/abs_73cc5cz_1u/croots/recipe/platformdirs_1662711386458/work
137
+ pooch==1.7.0
138
+ proglog==0.1.10
139
+ prometheus-client @ file:///C:/Windows/TEMP/abs_ab9nx8qb08/croots/recipe/prometheus_client_1659455104602/work
140
+ prometheus-fastapi-instrumentator==6.0.0
141
+ prompt-toolkit @ file:///C:/b/abs_6coz5_9f2s/croot/prompt-toolkit_1672387908312/work
142
+ proto-plus==1.22.3
143
+ protobuf==4.24.4
144
+ psutil @ file:///C:/Windows/Temp/abs_b2c2fd7f-9fd5-4756-95ea-8aed74d0039flsd9qufz/croots/recipe/psutil_1656431277748/work
145
+ pure-eval @ file:///opt/conda/conda-bld/pure_eval_1646925070566/work
146
+ pyarrow==13.0.0
147
+ pyasn1==0.5.0
148
+ pyasn1-modules==0.3.0
149
+ pybase64==1.3.1
150
+ pycocotools==2.0.7
151
+ pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work
152
+ pydantic==1.10.13
153
+ pydantic_core==2.10.1
154
+ pydeck==0.8.1b0
155
+ Pygments==2.16.1
156
+ pyparsing==3.1.1
157
+ pyreadline3==3.4.1
158
+ pyrsistent @ file:///C:/ci/pyrsistent_1636093225342/work
159
+ pytesseract==0.3.10
160
+ python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work
161
+ python-dotenv==1.0.0
162
+ pytz==2023.3.post1
163
+ pywin32==305.1
164
+ pywinpty @ file:///C:/b/abs_73vshmevwq/croot/pywinpty_1677609966356/work/target/wheels/pywinpty-2.0.10-cp39-none-win_amd64.whl
165
+ PyYAML==6.0.1
166
+ pyzbar==0.1.9
167
+ pyzmq @ file:///C:/ci/pyzmq_1657615952984/work
168
+ qtconsole==5.4.4
169
+ QtPy==2.4.1
170
+ redis==5.0.1
171
+ renderlab==0.1.20230421184216
172
+ replicate==0.15.4
173
+ requests==2.31.0
174
+ requests-oauthlib==1.3.1
175
+ rich==13.5.2
176
+ rsa==4.9
177
+ scikeras==0.12.0
178
+ scikit-image==0.22.0
179
+ scikit-learn==1.3.1
180
+ scipy==1.11.3
181
+ seaborn==0.13.0
182
+ Send2Trash @ file:///tmp/build/80754af9/send2trash_1632406701022/work
183
+ shapely==2.0.1
184
+ six @ file:///tmp/build/80754af9/six_1644875935023/work
185
+ smmap==5.0.1
186
+ sniffio @ file:///C:/ci/sniffio_1614030527509/work
187
+ soundfile==0.12.1
188
+ soupsieve @ file:///C:/b/abs_fasraqxhlv/croot/soupsieve_1666296394662/work
189
+ soxr==0.3.7
190
+ stable-baselines3==2.1.0
191
+ stack-data @ file:///opt/conda/conda-bld/stack_data_1646927590127/work
192
+ starlette==0.20.4
193
+ streamlit==1.27.2
194
+ supervision==0.16.0
195
+ sympy==1.12
196
+ tenacity==8.2.3
197
+ tensorboard==2.14.1
198
+ tensorboard-data-server==0.7.1
199
+ tensorflow==2.14.0
200
+ tensorflow-estimator==2.14.0
201
+ tensorflow-intel==2.14.0
202
+ tensorflow-io-gcs-filesystem==0.31.0
203
+ termcolor==2.3.0
204
+ terminado @ file:///C:/b/abs_25nakickad/croot/terminado_1671751845491/work
205
+ threadpoolctl==3.2.0
206
+ tifffile==2023.9.26
207
+ tinycss2 @ file:///C:/b/abs_52w5vfuaax/croot/tinycss2_1668168823131/work
208
+ toml==0.10.2
209
+ toolz==0.12.0
210
+ torch==2.1.0+cu118
211
+ torchvision==0.16.0
212
+ tornado @ file:///C:/ci/tornado_1662458743919/work
213
+ tqdm==4.66.1
214
+ traitlets @ file:///C:/b/abs_e5m_xjjl94/croot/traitlets_1671143896266/work
215
+ ttach==0.0.3
216
+ typer==0.9.0
217
+ typing_extensions==4.8.0
218
+ tzdata==2023.3
219
+ tzlocal==5.1
220
+ urllib3==2.0.6
221
+ validators==0.22.0
222
+ watchdog==3.0.0
223
+ wcwidth @ file:///Users/ktietz/demo/mc3/conda-bld/wcwidth_1629357192024/work
224
+ webencodings==0.5.1
225
+ websocket-client @ file:///C:/ci/websocket-client_1614804375980/work
226
+ Werkzeug==3.0.0
227
+ widgetsnbextension==4.0.9
228
+ wincertstore==0.2
229
+ wrapt==1.14.1
230
+ yarl==1.9.2
231
+ zipp==3.17.0
best_model/fingerprint.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c9951cb9cc5603c5250e488b6dc80a2e9c8bf3cb12c49ed3469e2c04a6b5375
3
+ size 57
best_model/keras_metadata.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:187ea70a34d1e7f41c259a3a4315e126fb83873b4e50ba85b9e806e7b1e92554
3
+ size 25627
best_model/saved_model.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40669aab92f8c8b8627dbade9b631a1c2623a46e4c0fc3ea94ea2337f8c0cf09
3
+ size 789820
best_model/variables/variables.data-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19bfe0626f23700e1e924bf2ce36228e3f6ffb244d00d4ba0e61b88605bd39e7
3
+ size 11642333
best_model/variables/variables.index ADDED
Binary file (2.98 kB). View file
 
best_model_mel.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7572a28cc63101803bebd1a5bab8855ad74877eaaff16dd722ce524b358f7163
3
+ size 11697496
metrics/best_model_mel_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.9708737730979919,
3
+ "Test Loss": 0.13598135113716125,
4
+ "Precision": 0.9737756394861706,
5
+ "Recall": 0.970873786407767,
6
+ "F1 Score": 0.97095897868389
7
+ }
metrics/model1_mel_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.96809983253479,
3
+ "Test Loss": 0.14821752905845642,
4
+ "Precision": 0.9712356288047703,
5
+ "Recall": 0.9680998613037448,
6
+ "F1 Score": 0.9676855025725157
7
+ }
metrics/model1_mfcc_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.9282246828079224,
3
+ "Test Loss": 0.30107688903808594,
4
+ "Precision": 0.9369984334442129,
5
+ "Recall": 0.9282246879334258,
6
+ "F1 Score": 0.9278640638362908
7
+ }
metrics/model2_mel_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.009361997246742249,
3
+ "Test Loss": 5.619181156158447,
4
+ "Precision": 8.764699206103405e-05,
5
+ "Recall": 0.009361997226074895,
6
+ "F1 Score": 0.00017366810381588604
7
+ }
metrics/model2_mfcc_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.9282246828079224,
3
+ "Test Loss": 0.30107688903808594,
4
+ "Precision": 0.9369984334442129,
5
+ "Recall": 0.9282246879334258,
6
+ "F1 Score": 0.9278640638362908
7
+ }
metrics/model3_mel_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.9337725639343262,
3
+ "Test Loss": 0.2616039216518402,
4
+ "Precision": 0.9470987021522506,
5
+ "Recall": 0.9337725381414702,
6
+ "F1 Score": 0.9342080388837231
7
+ }
metrics/model3_mfcc_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.9171289801597595,
3
+ "Test Loss": 0.34311866760253906,
4
+ "Precision": 0.9301130135332021,
5
+ "Recall": 0.9171289875173371,
6
+ "F1 Score": 0.9176463207347103
7
+ }
metrics/model4_mel_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.9524965286254883,
3
+ "Test Loss": 0.25153404474258423,
4
+ "Precision": 0.9579444608406175,
5
+ "Recall": 0.95249653259362,
6
+ "F1 Score": 0.9522125790403935
7
+ }
metrics/model4_mfcc_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.8411927819252014,
3
+ "Test Loss": 0.6399215459823608,
4
+ "Precision": 0.8619048493629621,
5
+ "Recall": 0.8411927877947295,
6
+ "F1 Score": 0.8382414929339302
7
+ }
metrics/model5_mel_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.9646324515342712,
3
+ "Test Loss": 0.14105543494224548,
4
+ "Precision": 0.9677144474648292,
5
+ "Recall": 0.9646324549237171,
6
+ "F1 Score": 0.9642963284977567
7
+ }
metrics/model5_mfcc_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.919556200504303,
3
+ "Test Loss": 0.31313928961753845,
4
+ "Precision": 0.9288331131792764,
5
+ "Recall": 0.9195561719833565,
6
+ "F1 Score": 0.9188116686977339
7
+ }
metrics/model6_mel_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.9646324515342712,
3
+ "Test Loss": 0.14105543494224548,
4
+ "Precision": 0.9677144474648292,
5
+ "Recall": 0.9646324549237171,
6
+ "F1 Score": 0.9642963284977567
7
+ }
metrics/model6_mfcc_metrics ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "Test Accuracy": 0.919556200504303,
3
+ "Test Loss": 0.31313928961753845,
4
+ "Precision": 0.9288331131792764,
5
+ "Recall": 0.9195561719833565,
6
+ "F1 Score": 0.9188116686977339
7
+ }
model1_mel.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ace7d65d4ae8b8df26e8e74a86046c74e892944fa4f099c4638ee41ffc18304
3
+ size 11697496
model1_mfcc.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d1a038a5fb42c66346aefd4041dcbe9601f216b24781c78c413ea8b5902a10
3
+ size 11697496
model2_mel.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d58cd3e0b3bd416375b87dddf9156cbe4f1c70427edc3728abdb3ad760a5a0fe
3
+ size 17821768
model2_mfcc.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aed62c536bc590e9803b36f5b6fa31025dd5c45c64b5a71ab980716c9cced77
3
+ size 17821784
model3_mel.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87f0a36f1ff23058107f4425920c3ef0e619f37003c6c346a3596f451555b069
3
+ size 17022736
model3_mfcc.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c14d169b6d38e0402bd37ec9d88e4b0343570a53903a1c160497a7393e433db3
3
+ size 17022704
model4_mel.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4e833666ba9e0e4697a56fe37da34cbc9fc33666f10ab6fe136f9dd44f84936
3
+ size 8467572
model4_mfcc.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e0e93f09d2c4e518dbcd7ebc5bc829c704bb2e96b303eb1f3796d3ae15c9ede
3
+ size 8467668
model5_mel.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00525773d564394a8cda7be6d74c511deca4a3864c68e5d540507c3d3f0e81f9
3
+ size 11307336
model5_mfcc.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:525d89c433c2bb0aa3287ad5d42e53b06af95b1e2369aaa85d6ac2e6ae992f63
3
+ size 11307352
model6_mel.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00525773d564394a8cda7be6d74c511deca4a3864c68e5d540507c3d3f0e81f9
3
+ size 11307336
model6_mfcc.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:525d89c433c2bb0aa3287ad5d42e53b06af95b1e2369aaa85d6ac2e6ae992f63
3
+ size 11307352
plots/Table of Results.png ADDED
plots/best_model_mel_accuracy.png ADDED
plots/best_model_mel_dataset_evaluation_accents.png ADDED
plots/best_model_mel_dataset_evaluation_genders.png ADDED
plots/best_model_mel_metrics.png ADDED
plots/best_model_mel_metrics_bottom_20_speakers.png ADDED
plots/best_model_mel_metrics_subset.png ADDED
plots/best_model_mel_metrics_top_20_speakers.png ADDED
plots/mel_spectrogram.png ADDED
plots/mfcc.png ADDED
plots/model1_mel_accuracy.png ADDED
plots/model1_mel_metrics.png ADDED
plots/model1_mel_metrics_bottom_20_speakers.png ADDED
plots/model1_mel_metrics_subset.png ADDED