SpectraFaceAuth commited on
Commit
f4aadfa
1 Parent(s): 5c2d828

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +368 -26
requirements.txt CHANGED
@@ -1,26 +1,368 @@
1
- from flask import Flask, render_template, request, jsonify
2
- import os
3
- import base64
4
- import numpy as np
5
- import cv2
6
- import tensorflow as tf
7
- import csv
8
- import config
9
- from watchdog.observers import Observer
10
- from watchdog.events import FileSystemEventHandler
11
- import base64
12
- from io import BytesIO
13
- from PIL import Image
14
-
15
-
16
- import pandas as pd
17
- from pathlib import Path
18
- from datetime import datetime
19
- from tensorflow.keras.models import load_model
20
-
21
-
22
- from sklearn.model_selection import train_test_split
23
- from tensorflow.keras.models import Sequential
24
- from tensorflow.keras.layers import Dense, Flatten, Input
25
- from tensorflow.keras.optimizers import Adam
26
- from keras.applications import vgg16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ accelerate==0.31.0
3
+ aiohttp==3.9.3
4
+ aiosignal==1.3.1
5
+ alembic==1.13.1
6
+ altair==5.2.0
7
+ annotated-types==0.6.0
8
+ antlr4-python3-runtime==4.9.3
9
+ anyio==3.7.1
10
+ appdirs==1.4.4
11
+ arrow==1.3.0
12
+ asgiref==3.8.1
13
+ asn1crypto==1.5.1
14
+ astor==0.8.1
15
+ asttokens==2.4.1
16
+ astunparse==1.6.3
17
+ async-timeout==4.0.3
18
+ attrs==23.2.0
19
+ Automat==22.10.0
20
+ backoff==2.2.1
21
+ basemap==1.4.1
22
+ basemap-data==1.3.2
23
+ basemap-data-hires==1.3.2
24
+ bcrypt==4.1.3
25
+ beautifulsoup4==4.12.3
26
+ bitsandbytes==0.43.1
27
+ bleach==6.1.0
28
+ blinker==1.7.0
29
+ bokeh==3.4.1
30
+ branca==0.7.2
31
+ build==1.2.1
32
+ cachetools==5.3.3
33
+ caer==2.0.8
34
+ certifi==2022.12.7
35
+ cffi==1.16.0
36
+ charset-normalizer==3.0.1
37
+ chroma-hnswlib==0.7.3
38
+ chromadb==0.5.3
39
+ click==8.1.7
40
+ click-plugins==1.1.1
41
+ cligj==0.7.2
42
+ cloudpickle==3.0.0
43
+ cmake==3.29.3
44
+ colorama==0.4.6
45
+ colorcet==3.1.0
46
+ coloredlogs==15.0.1
47
+ colorlog==6.8.2
48
+ comm==0.2.1
49
+ configparser==7.0.0
50
+ constantly==23.10.4
51
+ contourpy==1.2.0
52
+ coverage==6.5.0
53
+ coveralls==3.3.1
54
+ cryptography==42.0.5
55
+ cycler==0.12.1
56
+ dash==2.16.1
57
+ dash-core-components==2.0.0
58
+ dash-html-components==2.0.0
59
+ dash-table==5.0.0
60
+ dataclasses-json==0.5.14
61
+ datasets==2.18.0
62
+ dateutils==0.6.12
63
+ debugpy==1.8.1
64
+ decorator==5.1.1
65
+ deepface==0.0.91
66
+ Deprecated==1.2.14
67
+ dill==0.3.8
68
+ distlib==0.3.8
69
+ distro==1.9.0
70
+ dnspython==2.4.2
71
+ docopt==0.6.2
72
+ docx2txt==0.8
73
+ duckdb==0.10.1
74
+ email-validator==2.1.0.post1
75
+ exceptiongroup==1.2.0
76
+ executing==2.0.1
77
+ face-alignment==1.4.1
78
+ faiss-cpu==1.8.0
79
+ fastapi==0.104.1
80
+ filelock==3.13.1
81
+ fiona==1.9.6
82
+ fire==0.6.0
83
+ Flask==3.0.1
84
+ Flask-WTF==1.2.1
85
+ flatbuffers==24.3.25
86
+ folium==0.16.0
87
+ fonttools==4.45.1
88
+ frozenlist==1.4.1
89
+ fsspec==2024.2.0
90
+ future==1.0.0
91
+ gast==0.5.4
92
+ gdown==5.2.0
93
+ genson==1.2.2
94
+ geopandas==0.14.4
95
+ gitdb==4.0.11
96
+ GitPython==3.1.42
97
+ google-auth==2.30.0
98
+ google-pasta==0.2.0
99
+ googleapis-common-protos==1.63.1
100
+ greenlet==3.0.3
101
+ grpcio==1.64.0
102
+ gunicorn==22.0.0
103
+ gw_dsl_parser==0.1.47
104
+ h11==0.14.0
105
+ h5py==3.11.0
106
+ holoviews==1.18.3
107
+ htmltools==0.5.1
108
+ httpcore==1.0.2
109
+ httptools==0.6.1
110
+ httpx==0.27.0
111
+ huggingface-hub==0.23.4
112
+ humanfriendly==10.0
113
+ hvplot==0.9.2
114
+ hydra-core==1.3.2
115
+ hyperlink==21.0.0
116
+ hypothesis==6.100.1
117
+ idna==3.4
118
+ imageio==2.34.1
119
+ imbalanced-learn==0.12.0
120
+ imblearn==0.0
121
+ importlib_metadata==7.1.0
122
+ importlib_resources==6.4.0
123
+ imutils==0.5.4
124
+ incremental==22.10.0
125
+ iniconfig==2.0.0
126
+ install-jdk==1.1.0
127
+ intel-openmp==2021.4.0
128
+ ipykernel==6.29.3
129
+ ipython==8.22.1
130
+ ipywidgets==8.1.2
131
+ itsdangerous==2.1.2
132
+ jax==0.4.28
133
+ jaxlib==0.4.28
134
+ jedi==0.19.1
135
+ Jinja2==3.1.2
136
+ joblib==1.3.2
137
+ jsonpatch==1.33
138
+ jsonpointer==2.4
139
+ jsonschema==4.21.1
140
+ jsonschema-specifications==2023.12.1
141
+ jupyter_bokeh==4.0.4
142
+ jupyter_client==8.6.0
143
+ jupyter_core==5.7.1
144
+ jupyterlab_widgets==3.0.10
145
+ kanaries_track==0.0.4
146
+ keras==3.3.3
147
+ Keras-Applications==1.0.8
148
+ keras-facenet==0.3.2
149
+ keras-vggface==0.6
150
+ kiwisolver==1.4.5
151
+ kubernetes==30.1.0
152
+ langchain==0.2.5
153
+ langchain-community==0.2.5
154
+ langchain-core==0.2.9
155
+ langchain-huggingface==0.0.3
156
+ langchain-openai==0.1.8
157
+ langchain-text-splitters==0.2.1
158
+ langsmith==0.1.79
159
+ lazy_loader==0.4
160
+ libclang==18.1.1
161
+ linkify-it-py==2.0.3
162
+ llvmlite==0.42.0
163
+ loguru==0.7.2
164
+ Mako==1.3.3
165
+ Markdown==3.6
166
+ markdown-it-py==3.0.0
167
+ MarkupSafe==2.1.3
168
+ marshmallow==3.21.1
169
+ matplotlib==3.8.4
170
+ matplotlib-inline==0.1.6
171
+ mdit-py-plugins==0.4.0
172
+ mdurl==0.1.2
173
+ mediapipe==0.10.14
174
+ mizani==0.11.1
175
+ mkl==2021.4.0
176
+ ml-dtypes==0.3.2
177
+ mmh3==4.1.0
178
+ mock==5.1.0
179
+ monotonic==1.6
180
+ mplcyberpunk==0.7.1
181
+ mpmath==1.3.0
182
+ mtcnn==0.1.1
183
+ multidict==6.0.5
184
+ multiprocess==0.70.16
185
+ mypy==1.10.0
186
+ mypy-extensions==1.0.0
187
+ mysql-connector==2.2.9
188
+ namex==0.0.8
189
+ nest-asyncio==1.6.0
190
+ networkx==3.2.1
191
+ nltk==3.8.1
192
+ numba==0.59.1
193
+ numpy==1.26.2
194
+ oauthlib==3.2.2
195
+ omegaconf==2.3.0
196
+ onnxruntime==1.18.0
197
+ openai==1.34.0
198
+ openapi-schema-pydantic==1.2.4
199
+ opencv-contrib-python==4.9.0.80
200
+ opencv-python==4.9.0.80
201
+ opentelemetry-api==1.25.0
202
+ opentelemetry-exporter-otlp-proto-common==1.25.0
203
+ opentelemetry-exporter-otlp-proto-grpc==1.25.0
204
+ opentelemetry-instrumentation==0.46b0
205
+ opentelemetry-instrumentation-asgi==0.46b0
206
+ opentelemetry-instrumentation-fastapi==0.46b0
207
+ opentelemetry-proto==1.25.0
208
+ opentelemetry-sdk==1.25.0
209
+ opentelemetry-semantic-conventions==0.46b0
210
+ opentelemetry-util-http==0.46b0
211
+ opt-einsum==3.3.0
212
+ optree==0.11.0
213
+ optuna==3.6.1
214
+ orjson==3.9.15
215
+ overrides==7.7.0
216
+ packaging==23.2
217
+ pandas==2.1.3
218
+ pandas-bokeh==0.5.5
219
+ panel==1.4.1
220
+ param==2.1.0
221
+ parso==0.8.3
222
+ patsy==0.5.6
223
+ pillow==10.3.0
224
+ pinecone-client==2.2.1
225
+ platformdirs==4.2.0
226
+ plotly==5.21.0
227
+ plotnine==0.13.4
228
+ pluggy==1.5.0
229
+ posthog==3.5.0
230
+ prompt_toolkit==3.0.45
231
+ protobuf==4.25.3
232
+ psutil==5.9.8
233
+ pure-eval==0.2.2
234
+ py-cpuinfo==9.0.0
235
+ py4j==0.10.9.7
236
+ pyarrow==15.0.1
237
+ pyarrow-hotfix==0.6
238
+ pyasn1==0.6.0
239
+ pyasn1_modules==0.4.0
240
+ pycparser==2.22
241
+ pydantic==1.10.16
242
+ pydantic-extra-types==2.1.0
243
+ pydantic-settings==2.1.0
244
+ pydantic_core==2.16.3
245
+ pydeck==0.8.1b0
246
+ Pygments==2.17.2
247
+ pygwalker==0.4.8
248
+ PyJWT==2.6.0
249
+ pyOpenSSL==24.1.0
250
+ pyparsing==3.1.1
251
+ pypdf==4.2.0
252
+ PyPDF2==3.0.1
253
+ PyPika==0.48.9
254
+ pyproj==3.6.1
255
+ pyproject_hooks==1.1.0
256
+ pyreadline3==3.4.1
257
+ pyshp==2.3.1
258
+ PySocks==1.7.1
259
+ pyspark==3.5.1
260
+ pytest==8.2.0
261
+ pytest-cov==5.0.0
262
+ python-dateutil==2.8.2
263
+ python-dotenv==1.0.0
264
+ python-multipart==0.0.9
265
+ pytz==2022.7.1
266
+ pyviz_comms==3.0.2
267
+ pywin32==306
268
+ PyYAML==6.0.1
269
+ pyzmq==25.1.2
270
+ questionary==2.0.1
271
+ referencing==0.33.0
272
+ regex==2023.10.3
273
+ requests==2.32.3
274
+ requests-oauthlib==2.0.0
275
+ retina-face==0.0.17
276
+ retrying==1.3.4
277
+ rich==13.7.1
278
+ rpds-py==0.18.0
279
+ rsa==4.9
280
+ safetensors==0.4.2
281
+ scikit-image==0.23.2
282
+ scikit-learn==1.3.2
283
+ scipy==1.11.3
284
+ seaborn==0.13.2
285
+ segment-analytics-python==2.2.3
286
+ sentence-transformers==3.0.1
287
+ shapely==2.0.4
288
+ shellingham==1.5.4
289
+ shiny==0.9.0
290
+ simplejson==3.19.2
291
+ six==1.16.0
292
+ smmap==5.0.1
293
+ sniffio==1.3.0
294
+ snowflake-connector-python==3.9.1
295
+ sortedcontainers==2.4.0
296
+ sounddevice==0.4.7
297
+ soupsieve==2.5
298
+ SQLAlchemy==1.4.52
299
+ sqlglot==23.11.2
300
+ stack-data==0.6.3
301
+ starlette==0.27.0
302
+ statsmodels==0.14.2
303
+ streamlit==1.32.0
304
+ streamlit-elements==0.1.0
305
+ streamlit-lottie==0.0.5
306
+ streamlit-option-menu==0.3.12
307
+ sympy==1.12
308
+ tabpy==2.9.0
309
+ tbb==2021.12.0
310
+ tenacity==8.2.3
311
+ tensorboard==2.16.2
312
+ tensorboard-data-server==0.7.2
313
+ tensorflow==2.16.1
314
+ tensorflow-hub==0.16.1
315
+ tensorflow-intel==2.16.1
316
+ tensorflow-io-gcs-filesystem==0.31.0
317
+ termcolor==2.4.0
318
+ textblob==0.18.0.post0
319
+ tf_keras==2.16.0
320
+ thop==0.1.1.post2209072238
321
+ threadpoolctl==3.2.0
322
+ tifffile==2024.5.22
323
+ tiktoken==0.7.0
324
+ tokenizers==0.19.1
325
+ toml==0.10.2
326
+ tomli==2.0.1
327
+ tomlkit==0.12.4
328
+ toolz==0.12.1
329
+ torch==2.3.0
330
+ torchvision==0.18.0
331
+ tornado==6.4
332
+ tqdm==4.66.1
333
+ traitlets==5.14.1
334
+ transformers==4.41.2
335
+ twilio==7.16.4
336
+ Twisted==24.3.0
337
+ twisted-iocpsupport==1.0.4
338
+ typer==0.12.3
339
+ types-python-dateutil==2.9.0.20240316
340
+ typing-inspect==0.9.0
341
+ typing_extensions==4.8.0
342
+ tzdata==2023.3
343
+ uc-micro-py==1.0.3
344
+ ujson==5.8.0
345
+ ultralytics==8.2.25
346
+ urllib3==1.26.14
347
+ utility==1.0
348
+ uvicorn==0.24.0.post1
349
+ virtualenv==20.26.2
350
+ wasmtime==12.0.0
351
+ watchdog==4.0.0
352
+ watchfiles==0.21.0
353
+ wcwidth==0.2.13
354
+ webencodings==0.5.1
355
+ websocket-client==1.8.0
356
+ websockets==12.0
357
+ Werkzeug==3.0.1
358
+ widgetsnbextension==4.0.10
359
+ wikipedia==1.4.0
360
+ win32-setctime==1.1.0
361
+ wrapt==1.16.0
362
+ WTForms==3.1.2
363
+ xgboost==2.0.3
364
+ xxhash==3.4.1
365
+ xyzservices==2024.4.0
366
+ yarl==1.9.4
367
+ zipp==3.18.1
368
+ zope.interface==6.3