Stefaron commited on
Commit
7f39250
·
verified ·
1 Parent(s): 4eed34a

Upload 4 files

Browse files
.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.keras filter=lfs diff=lfs merge=lfs -text
best_model.keras ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:752234e3883a354597a58999d166e3f5826f58f4af0d2ca7116af24ad596e35b
3
+ size 214967464
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "resnet50",
3
+ "pretrained": true,
4
+ "num_classes": 6,
5
+ "input_shape": [
6
+ 384,
7
+ 384,
8
+ 3
9
+ ],
10
+ "learning_rate": 0.0001,
11
+ "optimizer": "adam",
12
+ "loss_function": "cross_entropy"
13
+ }
requirements.txt ADDED
@@ -0,0 +1,546 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ accelerate==1.2.1
3
+ aiohappyeyeballs==2.4.4
4
+ aiohttp==3.11.10
5
+ aiosignal==1.3.2
6
+ alabaster==1.0.0
7
+ albucore==0.0.19
8
+ albumentations==1.4.20
9
+ altair==5.5.0
10
+ annotated-types==0.7.0
11
+ anyio==3.7.1
12
+ argon2-cffi==23.1.0
13
+ argon2-cffi-bindings==21.2.0
14
+ array_record==0.5.1
15
+ arviz==0.20.0
16
+ astropy==6.1.7
17
+ astropy-iers-data==0.2024.12.16.0.35.48
18
+ astunparse==1.6.3
19
+ async-timeout==4.0.3
20
+ atpublic==4.1.0
21
+ attrs==24.3.0
22
+ audioread==3.0.1
23
+ autograd==1.7.0
24
+ babel==2.16.0
25
+ backcall==0.2.0
26
+ beautifulsoup4==4.12.3
27
+ bigframes==1.29.0
28
+ bigquery-magics==0.4.0
29
+ bleach==6.2.0
30
+ blinker==1.9.0
31
+ blis==0.7.11
32
+ blosc2==2.7.1
33
+ bokeh==3.6.2
34
+ Bottleneck==1.4.2
35
+ bqplot==0.12.43
36
+ branca==0.8.1
37
+ CacheControl==0.14.1
38
+ cachetools==5.5.0
39
+ catalogue==2.0.10
40
+ certifi==2024.12.14
41
+ cffi==1.17.1
42
+ chardet==5.2.0
43
+ charset-normalizer==3.4.0
44
+ chex==0.1.88
45
+ clarabel==0.9.0
46
+ click==8.1.7
47
+ cloudpathlib==0.20.0
48
+ cloudpickle==3.1.0
49
+ cmake==3.31.2
50
+ cmdstanpy==1.2.5
51
+ colorcet==3.1.0
52
+ colorlover==0.3.0
53
+ colour==0.1.5
54
+ community==1.0.0b1
55
+ confection==0.1.5
56
+ cons==0.4.6
57
+ contourpy==1.3.1
58
+ cryptography==43.0.3
59
+ cuda-python==12.2.1
60
+ cudf-cu12 @ https://pypi.nvidia.com/cudf-cu12/cudf_cu12-24.10.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
61
+ cufflinks==0.17.3
62
+ cupy-cuda12x==12.2.0
63
+ cvxopt==1.3.2
64
+ cvxpy==1.6.0
65
+ cycler==0.12.1
66
+ cymem==2.0.10
67
+ Cython==3.0.11
68
+ dask==2024.10.0
69
+ datascience==0.17.6
70
+ datasets==3.2.0
71
+ db-dtypes==1.3.1
72
+ dbus-python==1.2.18
73
+ debugpy==1.8.0
74
+ decorator==4.4.2
75
+ defusedxml==0.7.1
76
+ Deprecated==1.2.15
77
+ diffusers==0.31.0
78
+ dill==0.3.8
79
+ distro==1.9.0
80
+ dlib==19.24.2
81
+ dm-tree==0.1.8
82
+ docker-pycreds==0.4.0
83
+ docstring_parser==0.16
84
+ docutils==0.21.2
85
+ dopamine_rl==4.1.0
86
+ duckdb==1.1.3
87
+ earthengine-api==1.4.3
88
+ easydict==1.13
89
+ editdistance==0.8.1
90
+ eerepr==0.0.4
91
+ einops==0.8.0
92
+ en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#sha256=86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889
93
+ entrypoints==0.4
94
+ et_xmlfile==2.0.0
95
+ etils==1.11.0
96
+ etuples==0.3.9
97
+ eval_type_backport==0.2.0
98
+ exceptiongroup==1.2.2
99
+ fastai==2.7.18
100
+ fastcore==1.7.27
101
+ fastdownload==0.0.7
102
+ fastjsonschema==2.21.1
103
+ fastprogress==1.0.3
104
+ fastrlock==0.8.3
105
+ filelock==3.16.1
106
+ firebase-admin==6.6.0
107
+ Flask==3.1.0
108
+ flatbuffers==24.3.25
109
+ flax==0.8.5
110
+ folium==0.19.2
111
+ fonttools==4.55.3
112
+ frozendict==2.4.6
113
+ frozenlist==1.5.0
114
+ fsspec==2024.9.0
115
+ future==1.0.0
116
+ gast==0.6.0
117
+ gcsfs==2024.10.0
118
+ GDAL==3.6.4
119
+ gdown==5.2.0
120
+ geemap==0.35.1
121
+ gensim==4.3.3
122
+ geocoder==1.38.1
123
+ geographiclib==2.0
124
+ geopandas==1.0.1
125
+ geopy==2.4.1
126
+ gin-config==0.5.0
127
+ gitdb==4.0.11
128
+ GitPython==3.1.43
129
+ glob2==0.7
130
+ google==2.0.3
131
+ google-ai-generativelanguage==0.6.10
132
+ google-api-core==2.19.2
133
+ google-api-python-client==2.155.0
134
+ google-auth==2.27.0
135
+ google-auth-httplib2==0.2.0
136
+ google-auth-oauthlib==1.2.1
137
+ google-cloud-aiplatform==1.74.0
138
+ google-cloud-bigquery==3.25.0
139
+ google-cloud-bigquery-connection==1.17.0
140
+ google-cloud-bigquery-storage==2.27.0
141
+ google-cloud-bigtable==2.27.0
142
+ google-cloud-core==2.4.1
143
+ google-cloud-datastore==2.20.2
144
+ google-cloud-firestore==2.19.0
145
+ google-cloud-functions==1.19.0
146
+ google-cloud-iam==2.17.0
147
+ google-cloud-language==2.16.0
148
+ google-cloud-pubsub==2.27.1
149
+ google-cloud-resource-manager==1.14.0
150
+ google-cloud-storage==2.19.0
151
+ google-cloud-translate==3.19.0
152
+ google-colab @ file:///colabtools/dist/google_colab-1.0.0.tar.gz
153
+ google-crc32c==1.6.0
154
+ google-genai==0.3.0
155
+ google-generativeai==0.8.3
156
+ google-pasta==0.2.0
157
+ google-resumable-media==2.7.2
158
+ googleapis-common-protos==1.66.0
159
+ googledrivedownloader==0.4
160
+ graphviz==0.20.3
161
+ greenlet==3.1.1
162
+ grpc-google-iam-v1==0.13.1
163
+ grpcio==1.68.1
164
+ grpcio-status==1.62.3
165
+ gspread==6.0.2
166
+ gspread-dataframe==3.3.1
167
+ gym==0.25.2
168
+ gym-notices==0.0.8
169
+ h11==0.14.0
170
+ h5netcdf==1.4.1
171
+ h5py==3.12.1
172
+ holidays==0.63
173
+ holoviews==1.20.0
174
+ html5lib==1.1
175
+ httpcore==1.0.7
176
+ httpimport==1.4.0
177
+ httplib2==0.22.0
178
+ httpx==0.28.1
179
+ huggingface-hub==0.27.0
180
+ humanize==4.11.0
181
+ hyperopt==0.2.7
182
+ ibis-framework==9.2.0
183
+ idna==3.10
184
+ imageio==2.36.1
185
+ imageio-ffmpeg==0.5.1
186
+ imagesize==1.4.1
187
+ imbalanced-learn==0.12.4
188
+ imgaug==0.4.0
189
+ immutabledict==4.2.1
190
+ importlib_metadata==8.5.0
191
+ importlib_resources==6.4.5
192
+ imutils==0.5.4
193
+ inflect==7.4.0
194
+ iniconfig==2.0.0
195
+ intel-cmplr-lib-ur==2025.0.4
196
+ intel-openmp==2025.0.4
197
+ ipyevents==2.0.2
198
+ ipyfilechooser==0.6.0
199
+ ipykernel==5.5.6
200
+ ipyleaflet==0.19.2
201
+ ipyparallel==8.8.0
202
+ ipython==7.34.0
203
+ ipython-genutils==0.2.0
204
+ ipython-sql==0.5.0
205
+ ipytree==0.2.2
206
+ ipywidgets==7.7.1
207
+ itsdangerous==2.2.0
208
+ jax==0.4.33
209
+ jax-cuda12-pjrt==0.4.33
210
+ jax-cuda12-plugin==0.4.33
211
+ jaxlib==0.4.33
212
+ jeepney==0.7.1
213
+ jellyfish==1.1.0
214
+ jieba==0.42.1
215
+ Jinja2==3.1.4
216
+ jiter==0.8.2
217
+ joblib==1.4.2
218
+ jsonpatch==1.33
219
+ jsonpickle==4.0.1
220
+ jsonpointer==3.0.0
221
+ jsonschema==4.23.0
222
+ jsonschema-specifications==2024.10.1
223
+ jupyter-client==6.1.12
224
+ jupyter-console==6.1.0
225
+ jupyter-leaflet==0.19.2
226
+ jupyter-server==1.24.0
227
+ jupyter_core==5.7.2
228
+ jupyterlab_pygments==0.3.0
229
+ jupyterlab_widgets==3.0.13
230
+ kaggle==1.6.17
231
+ kagglehub==0.3.5
232
+ keras==3.5.0
233
+ keyring==23.5.0
234
+ kiwisolver==1.4.7
235
+ langchain==0.3.12
236
+ langchain-core==0.3.25
237
+ langchain-text-splitters==0.3.3
238
+ langcodes==3.5.0
239
+ langsmith==0.2.3
240
+ language_data==1.3.0
241
+ launchpadlib==1.10.16
242
+ lazr.restfulclient==0.14.4
243
+ lazr.uri==1.0.6
244
+ lazy_loader==0.4
245
+ libclang==18.1.1
246
+ libcudf-cu12 @ https://pypi.nvidia.com/libcudf-cu12/libcudf_cu12-24.10.1-py3-none-manylinux_2_28_x86_64.whl
247
+ librosa==0.10.2.post1
248
+ lightgbm==4.5.0
249
+ linkify-it-py==2.0.3
250
+ llvmlite==0.43.0
251
+ locket==1.0.0
252
+ logical-unification==0.4.6
253
+ lxml==5.3.0
254
+ marisa-trie==1.2.1
255
+ Markdown==3.7
256
+ markdown-it-py==3.0.0
257
+ MarkupSafe==3.0.2
258
+ matplotlib==3.8.0
259
+ matplotlib-inline==0.1.7
260
+ matplotlib-venn==1.1.1
261
+ mdit-py-plugins==0.4.2
262
+ mdurl==0.1.2
263
+ miniKanren==1.0.3
264
+ missingno==0.5.2
265
+ mistune==3.0.2
266
+ mizani==0.13.1
267
+ mkl==2025.0.1
268
+ ml-dtypes==0.4.1
269
+ mlxtend==0.23.3
270
+ more-itertools==10.5.0
271
+ moviepy==1.0.3
272
+ mpmath==1.3.0
273
+ msgpack==1.1.0
274
+ multidict==6.1.0
275
+ multipledispatch==1.0.0
276
+ multiprocess==0.70.16
277
+ multitasking==0.0.11
278
+ murmurhash==1.0.11
279
+ music21==9.3.0
280
+ namex==0.0.8
281
+ narwhals==1.18.4
282
+ natsort==8.4.0
283
+ nbclassic==1.1.0
284
+ nbclient==0.10.1
285
+ nbconvert==7.16.4
286
+ nbformat==5.10.4
287
+ ndindex==1.9.2
288
+ nest-asyncio==1.6.0
289
+ networkx==3.4.2
290
+ nibabel==5.3.2
291
+ nltk==3.9.1
292
+ notebook==6.5.5
293
+ notebook_shim==0.2.4
294
+ numba==0.60.0
295
+ numexpr==2.10.2
296
+ numpy==1.26.4
297
+ nvidia-cublas-cu12==12.6.4.1
298
+ nvidia-cuda-cupti-cu12==12.6.80
299
+ nvidia-cuda-nvcc-cu12==12.6.85
300
+ nvidia-cuda-runtime-cu12==12.6.77
301
+ nvidia-cudnn-cu12==9.6.0.74
302
+ nvidia-cufft-cu12==11.3.0.4
303
+ nvidia-curand-cu12==10.3.7.77
304
+ nvidia-cusolver-cu12==11.7.1.2
305
+ nvidia-cusparse-cu12==12.5.4.2
306
+ nvidia-nccl-cu12==2.23.4
307
+ nvidia-nvjitlink-cu12==12.6.85
308
+ nvtx==0.2.10
309
+ nx-cugraph-cu12 @ https://pypi.nvidia.com/nx-cugraph-cu12/nx_cugraph_cu12-24.10.0-py3-none-any.whl
310
+ oauth2client==4.1.3
311
+ oauthlib==3.2.2
312
+ openai==1.57.4
313
+ opencv-contrib-python==4.10.0.84
314
+ opencv-python==4.10.0.84
315
+ opencv-python-headless==4.10.0.84
316
+ openpyxl==3.1.5
317
+ opentelemetry-api==1.29.0
318
+ opentelemetry-sdk==1.29.0
319
+ opentelemetry-semantic-conventions==0.50b0
320
+ opt_einsum==3.4.0
321
+ optax==0.2.4
322
+ optree==0.13.1
323
+ orbax-checkpoint==0.6.4
324
+ orjson==3.10.12
325
+ osqp==0.6.7.post3
326
+ packaging==24.2
327
+ pandas==2.2.2
328
+ pandas-datareader==0.10.0
329
+ pandas-gbq==0.25.0
330
+ pandas-stubs==2.2.2.240909
331
+ pandocfilters==1.5.1
332
+ panel==1.5.4
333
+ param==2.2.0
334
+ parso==0.8.4
335
+ parsy==2.1
336
+ partd==1.4.2
337
+ pathlib==1.0.1
338
+ patsy==1.0.1
339
+ peewee==3.17.8
340
+ peft==0.14.0
341
+ pexpect==4.9.0
342
+ pickleshare==0.7.5
343
+ pillow==11.0.0
344
+ platformdirs==4.3.6
345
+ plotly==5.24.1
346
+ plotnine==0.14.4
347
+ pluggy==1.5.0
348
+ ply==3.11
349
+ polars==1.9.0
350
+ pooch==1.8.2
351
+ portpicker==1.5.2
352
+ preshed==3.0.9
353
+ prettytable==3.12.0
354
+ proglog==0.1.10
355
+ progressbar2==4.5.0
356
+ prometheus_client==0.21.1
357
+ promise==2.3
358
+ prompt_toolkit==3.0.48
359
+ propcache==0.2.1
360
+ prophet==1.1.6
361
+ proto-plus==1.25.0
362
+ protobuf==4.25.5
363
+ psutil==5.9.5
364
+ psycopg2==2.9.10
365
+ ptyprocess==0.7.0
366
+ py-cpuinfo==9.0.0
367
+ py4j==0.10.9.7
368
+ pyarrow==17.0.0
369
+ pyasn1==0.6.1
370
+ pyasn1_modules==0.4.1
371
+ pycocotools==2.0.8
372
+ pycparser==2.22
373
+ pydantic==2.10.3
374
+ pydantic_core==2.27.1
375
+ pydata-google-auth==1.9.0
376
+ pydot==3.0.3
377
+ pydotplus==2.0.2
378
+ PyDrive==1.3.1
379
+ PyDrive2==1.21.3
380
+ pyerfa==2.0.1.5
381
+ pygame==2.6.1
382
+ pygit2==1.16.0
383
+ Pygments==2.18.0
384
+ PyGObject==3.42.1
385
+ PyJWT==2.10.1
386
+ pylibcudf-cu12 @ https://pypi.nvidia.com/pylibcudf-cu12/pylibcudf_cu12-24.10.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
387
+ pylibcugraph-cu12==24.10.0
388
+ pylibraft-cu12==24.10.0
389
+ pymc==5.19.1
390
+ pymystem3==0.2.0
391
+ pynvjitlink-cu12==0.4.0
392
+ pyogrio==0.10.0
393
+ Pyomo==6.8.2
394
+ PyOpenGL==3.1.7
395
+ pyOpenSSL==24.2.1
396
+ pyparsing==3.2.0
397
+ pyperclip==1.9.0
398
+ pyproj==3.7.0
399
+ pyshp==2.3.1
400
+ PySocks==1.7.1
401
+ pyspark==3.5.3
402
+ pytensor==2.26.4
403
+ pytest==8.3.4
404
+ python-apt==0.0.0
405
+ python-box==7.3.0
406
+ python-dateutil==2.8.2
407
+ python-louvain==0.16
408
+ python-slugify==8.0.4
409
+ python-utils==3.9.1
410
+ pytz==2024.2
411
+ pyviz_comms==3.0.3
412
+ PyYAML==6.0.2
413
+ pyzmq==24.0.1
414
+ qdldl==0.1.7.post4
415
+ ratelim==0.1.6
416
+ referencing==0.35.1
417
+ regex==2024.11.6
418
+ requests==2.32.3
419
+ requests-oauthlib==1.3.1
420
+ requests-toolbelt==1.0.0
421
+ requirements-parser==0.9.0
422
+ rich==13.9.4
423
+ rmm-cu12==24.10.0
424
+ rpds-py==0.22.3
425
+ rpy2==3.4.2
426
+ rsa==4.9
427
+ safetensors==0.4.5
428
+ scikit-image==0.25.0
429
+ scikit-learn==1.6.0
430
+ scipy==1.13.1
431
+ scooby==0.10.0
432
+ scs==3.2.7
433
+ seaborn==0.13.2
434
+ SecretStorage==3.3.1
435
+ Send2Trash==1.8.3
436
+ sentence-transformers==3.3.1
437
+ sentencepiece==0.2.0
438
+ sentry-sdk==2.19.2
439
+ setproctitle==1.3.4
440
+ shap==0.46.0
441
+ shapely==2.0.6
442
+ shellingham==1.5.4
443
+ simple-parsing==0.1.6
444
+ six==1.17.0
445
+ sklearn-pandas==2.2.0
446
+ slicer==0.0.8
447
+ smart-open==7.1.0
448
+ smmap==5.0.1
449
+ sniffio==1.3.1
450
+ snowballstemmer==2.2.0
451
+ soundfile==0.12.1
452
+ soupsieve==2.6
453
+ soxr==0.5.0.post1
454
+ spacy==3.7.5
455
+ spacy-legacy==3.0.12
456
+ spacy-loggers==1.0.5
457
+ Sphinx==8.1.3
458
+ sphinxcontrib-applehelp==2.0.0
459
+ sphinxcontrib-devhelp==2.0.0
460
+ sphinxcontrib-htmlhelp==2.1.0
461
+ sphinxcontrib-jsmath==1.0.1
462
+ sphinxcontrib-qthelp==2.0.0
463
+ sphinxcontrib-serializinghtml==2.0.0
464
+ SQLAlchemy==2.0.36
465
+ sqlglot==25.1.0
466
+ sqlparse==0.5.3
467
+ srsly==2.5.0
468
+ stanio==0.5.1
469
+ statsmodels==0.14.4
470
+ StrEnum==0.4.15
471
+ stringzilla==3.11.1
472
+ sympy==1.13.1
473
+ tables==3.10.1
474
+ tabulate==0.9.0
475
+ tbb==2022.0.0
476
+ tcmlib==1.2.0
477
+ tenacity==9.0.0
478
+ tensorboard==2.17.1
479
+ tensorboard-data-server==0.7.2
480
+ tensorflow==2.17.1
481
+ tensorflow-datasets==4.9.7
482
+ tensorflow-hub==0.16.1
483
+ tensorflow-io-gcs-filesystem==0.37.1
484
+ tensorflow-metadata==1.13.1
485
+ tensorflow-probability==0.24.0
486
+ tensorstore==0.1.71
487
+ termcolor==2.5.0
488
+ terminado==0.18.1
489
+ text-unidecode==1.3
490
+ textblob==0.17.1
491
+ tf-slim==1.1.0
492
+ tf_keras==2.17.0
493
+ thinc==8.2.5
494
+ threadpoolctl==3.5.0
495
+ tifffile==2024.12.12
496
+ timm==1.0.12
497
+ tinycss2==1.4.0
498
+ tokenizers==0.21.0
499
+ toml==0.10.2
500
+ tomli==2.2.1
501
+ toolz==0.12.1
502
+ torch @ https://download.pytorch.org/whl/cu121_full/torch-2.5.1%2Bcu121-cp310-cp310-linux_x86_64.whl
503
+ torchaudio @ https://download.pytorch.org/whl/cu121/torchaudio-2.5.1%2Bcu121-cp310-cp310-linux_x86_64.whl
504
+ torchsummary==1.5.1
505
+ torchvision @ https://download.pytorch.org/whl/cu121/torchvision-0.20.1%2Bcu121-cp310-cp310-linux_x86_64.whl
506
+ tornado==6.3.3
507
+ tqdm==4.67.1
508
+ traitlets==5.7.1
509
+ traittypes==0.2.1
510
+ transformers==4.47.1
511
+ tweepy==4.14.0
512
+ typeguard==4.4.1
513
+ typer==0.15.1
514
+ types-pytz==2024.2.0.20241003
515
+ types-setuptools==75.6.0.20241126
516
+ typing_extensions==4.12.2
517
+ tzdata==2024.2
518
+ tzlocal==5.2
519
+ uc-micro-py==1.0.3
520
+ umf==0.9.1
521
+ uritemplate==4.1.1
522
+ urllib3==2.2.3
523
+ vega-datasets==0.9.0
524
+ wadllib==1.3.6
525
+ wandb==0.19.1
526
+ wasabi==1.1.3
527
+ wcwidth==0.2.13
528
+ weasel==0.4.1
529
+ webcolors==24.11.1
530
+ webencodings==0.5.1
531
+ websocket-client==1.8.0
532
+ websockets==14.1
533
+ Werkzeug==3.1.3
534
+ widgetsnbextension==3.6.10
535
+ wordcloud==1.9.4
536
+ wrapt==1.17.0
537
+ xarray==2024.11.0
538
+ xarray-einstats==0.8.0
539
+ xgboost==2.1.3
540
+ xlrd==2.0.1
541
+ xxhash==3.5.0
542
+ xyzservices==2024.9.0
543
+ yarl==1.18.3
544
+ yellowbrick==1.5
545
+ yfinance==0.2.50
546
+ zipp==3.21.0
trashClassification_Adamata (1).ipynb ADDED
The diff for this file is too large to render. See raw diff