Skip to content

Commit aef11cb

Browse files
committed
add deepface
1 parent c698e9f commit aef11cb

File tree

2 files changed

+161
-5
lines changed

2 files changed

+161
-5
lines changed

requirements-core.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ pillow-heif==1.1.0
1717
imutils==0.5.4
1818
moviepy==2.2.1
1919
google-api-python-client==2.183.0
20+
deepface==0.0.95

requirements-full.txt

Lines changed: 160 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file=requirements-full.txt requirements-core.txt
3+
absl-py==2.3.1
4+
# via
5+
# keras
6+
# tensorboard
7+
# tensorflow
8+
astunparse==1.6.3
9+
# via tensorflow
310
attrs==25.3.0
411
# via
512
# jsonschema
@@ -8,6 +15,10 @@ awscli @ git+https://github.com/aws/aws-cli@6804a17061546394f88e1fe6d1bf9b24cd8a
815
# via -r requirements-core.txt
916
awscrt==0.26.1
1017
# via awscli
18+
beautifulsoup4==4.14.2
19+
# via gdown
20+
blinker==1.9.0
21+
# via flask
1122
boto3==1.39.2
1223
# via -r requirements-core.txt
1324
botocore==1.39.17
@@ -23,17 +34,39 @@ charset-normalizer==3.4.3
2334
civis==2.7.1
2435
# via -r requirements-core.txt
2536
click==8.3.0
26-
# via civis
37+
# via
38+
# civis
39+
# flask
2740
cloudpickle==3.1.1
2841
# via civis
2942
colorama==0.4.6
3043
# via awscli
3144
decorator==5.2.1
3245
# via moviepy
46+
deepface==0.0.95
47+
# via -r requirements-core.txt
3348
distro==1.8.0
3449
# via awscli
3550
docutils==0.19
3651
# via awscli
52+
filelock==3.19.1
53+
# via gdown
54+
fire==0.7.1
55+
# via deepface
56+
flask==3.1.2
57+
# via
58+
# deepface
59+
# flask-cors
60+
flask-cors==6.0.1
61+
# via deepface
62+
flatbuffers==25.9.23
63+
# via tensorflow
64+
gast==0.6.0
65+
# via tensorflow
66+
gdown==5.2.0
67+
# via
68+
# deepface
69+
# retina-face
3770
google-api-core==2.25.1
3871
# via google-api-python-client
3972
google-api-python-client==2.183.0
@@ -45,10 +78,22 @@ google-auth==2.40.3
4578
# google-auth-httplib2
4679
google-auth-httplib2==0.2.0
4780
# via google-api-python-client
81+
google-pasta==0.2.0
82+
# via tensorflow
4883
googleapis-common-protos==1.70.0
4984
# via google-api-core
5085
greenlet==3.2.4
5186
# via sqlalchemy
87+
grpcio==1.75.1
88+
# via
89+
# tensorboard
90+
# tensorflow
91+
gunicorn==23.0.0
92+
# via deepface
93+
h5py==3.14.0
94+
# via
95+
# keras
96+
# tensorflow
5297
httplib2==0.31.0
5398
# via
5499
# google-api-python-client
@@ -61,6 +106,10 @@ imageio-ffmpeg==0.6.0
61106
# via moviepy
62107
imutils==0.5.4
63108
# via -r requirements-core.txt
109+
itsdangerous==2.2.0
110+
# via flask
111+
jinja2==3.1.6
112+
# via flask
64113
jmespath==1.0.1
65114
# via
66115
# awscli
@@ -69,33 +118,86 @@ jmespath==1.0.1
69118
joblib==1.5.2
70119
# via
71120
# civis
121+
# mtcnn
72122
# scikit-learn
73123
jsonref==1.1.0
74124
# via civis
75125
jsonschema==4.25.1
76126
# via civis
77127
jsonschema-specifications==2025.9.1
78128
# via jsonschema
129+
keras==3.11.3
130+
# via
131+
# deepface
132+
# tensorflow
133+
libclang==18.1.1
134+
# via tensorflow
135+
lz4==4.4.4
136+
# via mtcnn
137+
markdown==3.9
138+
# via tensorboard
139+
markdown-it-py==4.0.0
140+
# via rich
141+
markupsafe==3.0.3
142+
# via
143+
# flask
144+
# jinja2
145+
# werkzeug
146+
mdurl==0.1.2
147+
# via markdown-it-py
148+
ml-dtypes==0.5.3
149+
# via
150+
# keras
151+
# tensorflow
79152
moviepy==2.2.1
80153
# via -r requirements-core.txt
154+
mtcnn==1.0.0
155+
# via deepface
156+
namex==0.1.0
157+
# via keras
81158
numpy==2.2.6
82159
# via
83160
# -r requirements-core.txt
161+
# deepface
162+
# h5py
84163
# imageio
164+
# keras
165+
# ml-dtypes
85166
# moviepy
86167
# opencv-python
87168
# pandas
169+
# retina-face
88170
# scikit-learn
89171
# scipy
172+
# tensorboard
173+
# tensorflow
90174
opencv-python==4.12.0.88
91-
# via -r requirements-core.txt
175+
# via
176+
# -r requirements-core.txt
177+
# deepface
178+
# retina-face
179+
opt-einsum==3.4.0
180+
# via tensorflow
181+
optree==0.17.0
182+
# via keras
183+
packaging==25.0
184+
# via
185+
# gunicorn
186+
# keras
187+
# tensorboard
188+
# tensorflow
92189
pandas==2.3.0
93-
# via -r requirements-core.txt
190+
# via
191+
# -r requirements-core.txt
192+
# deepface
94193
pillow==11.3.0
95194
# via
195+
# deepface
96196
# imageio
97197
# moviepy
98198
# pillow-heif
199+
# retina-face
200+
# tensorboard
99201
pillow-heif==1.1.0
100202
# via -r requirements-core.txt
101203
polars==1.31.0
@@ -111,6 +213,8 @@ protobuf==6.32.1
111213
# google-api-core
112214
# googleapis-common-protos
113215
# proto-plus
216+
# tensorboard
217+
# tensorflow
114218
psycopg2==2.9.10
115219
# via -r requirements-core.txt
116220
pyasn1==0.6.1
@@ -119,8 +223,12 @@ pyasn1==0.6.1
119223
# rsa
120224
pyasn1-modules==0.4.2
121225
# via google-auth
226+
pygments==2.19.2
227+
# via rich
122228
pyparsing==3.2.5
123229
# via httplib2
230+
pysocks==1.7.1
231+
# via requests
124232
python-dateutil==2.9.0
125233
# via
126234
# awscli
@@ -140,7 +248,14 @@ requests==2.32.4
140248
# via
141249
# -r requirements-core.txt
142250
# civis
251+
# deepface
252+
# gdown
143253
# google-api-core
254+
# tensorflow
255+
retina-face==0.0.17
256+
# via deepface
257+
rich==14.1.0
258+
# via keras
144259
rpds-py==0.27.1
145260
# via
146261
# jsonschema
@@ -159,16 +274,47 @@ scipy==1.16.0
159274
# via
160275
# -r requirements-core.txt
161276
# scikit-learn
277+
setuptools==80.9.0
278+
# via
279+
# tensorboard
280+
# tensorflow
162281
six==1.17.0
163-
# via python-dateutil
282+
# via
283+
# astunparse
284+
# google-pasta
285+
# python-dateutil
286+
# tensorflow
287+
soupsieve==2.8
288+
# via beautifulsoup4
164289
sqlalchemy==1.4.49
165290
# via -r requirements-core.txt
166291
tenacity==9.1.2
167292
# via civis
293+
tensorboard==2.20.0
294+
# via tensorflow
295+
tensorboard-data-server==0.7.2
296+
# via tensorboard
297+
tensorflow==2.20.0
298+
# via
299+
# deepface
300+
# retina-face
301+
termcolor==3.1.0
302+
# via
303+
# fire
304+
# tensorflow
168305
threadpoolctl==3.6.0
169306
# via scikit-learn
170307
tqdm==4.67.1
171-
# via proglog
308+
# via
309+
# deepface
310+
# gdown
311+
# proglog
312+
typing-extensions==4.15.0
313+
# via
314+
# beautifulsoup4
315+
# grpcio
316+
# optree
317+
# tensorflow
172318
tzdata==2025.2
173319
# via pandas
174320
uritemplate==4.2.0
@@ -180,3 +326,12 @@ urllib3==1.26.20
180326
# requests
181327
wcwidth==0.2.14
182328
# via prompt-toolkit
329+
werkzeug==3.1.3
330+
# via
331+
# flask
332+
# flask-cors
333+
# tensorboard
334+
wheel==0.45.1
335+
# via astunparse
336+
wrapt==1.17.3
337+
# via tensorflow

0 commit comments

Comments
 (0)