matthewfarant
commited on
Commit
•
9c08850
1
Parent(s):
87f88b5
Update requirements.txt
Browse files- requirements.txt +9 -134
requirements.txt
CHANGED
@@ -1,134 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
cachetools==5.3.2
|
11 |
-
certifi==2023.7.22
|
12 |
-
charset-normalizer==3.3.2
|
13 |
-
click==8.1.7
|
14 |
-
colorama==0.4.6
|
15 |
-
comm==0.1.4
|
16 |
-
contourpy==1.2.0
|
17 |
-
cycler==0.12.1
|
18 |
-
debugpy==1.8.0
|
19 |
-
decorator==5.1.1
|
20 |
-
dlib==19.24.2
|
21 |
-
exceptiongroup==1.1.3
|
22 |
-
executing==2.0.1
|
23 |
-
face-recognition-models==0.3.0
|
24 |
-
facenet-pytorch==2.5.3
|
25 |
-
fastapi==0.104.1
|
26 |
-
ffmpy==0.3.1
|
27 |
-
filelock==3.13.1
|
28 |
-
flatbuffers==23.5.26
|
29 |
-
fonttools==4.44.0
|
30 |
-
fsspec==2023.10.0
|
31 |
-
gast==0.5.4
|
32 |
-
google-auth==2.23.4
|
33 |
-
google-auth-oauthlib==1.0.0
|
34 |
-
google-pasta==0.2.0
|
35 |
-
gradio==4.2.0
|
36 |
-
gradio_client==0.7.0
|
37 |
-
grpcio==1.59.2
|
38 |
-
h11==0.14.0
|
39 |
-
h5py==3.10.0
|
40 |
-
httpcore==1.0.2
|
41 |
-
httpx==0.25.1
|
42 |
-
huggingface-hub==0.19.0
|
43 |
-
idna==3.4
|
44 |
-
importlib-resources==6.1.1
|
45 |
-
ipykernel==6.26.0
|
46 |
-
ipython==8.17.2
|
47 |
-
jedi==0.19.1
|
48 |
-
Jinja2==3.1.2
|
49 |
-
joblib==1.3.2
|
50 |
-
jsonschema==4.19.2
|
51 |
-
jsonschema-specifications==2023.7.1
|
52 |
-
jupyter_client==8.5.0
|
53 |
-
jupyter_core==5.5.0
|
54 |
-
keras==2.14.0
|
55 |
-
kiwisolver==1.4.5
|
56 |
-
libclang==16.0.6
|
57 |
-
Markdown==3.5.1
|
58 |
-
markdown-it-py==3.0.0
|
59 |
-
MarkupSafe==2.1.3
|
60 |
-
matplotlib==3.8.1
|
61 |
-
matplotlib-inline==0.1.6
|
62 |
-
mdurl==0.1.2
|
63 |
-
ml-dtypes==0.2.0
|
64 |
-
mpmath==1.3.0
|
65 |
-
mtcnn==0.1.1
|
66 |
-
nest-asyncio==1.5.8
|
67 |
-
networkx==3.2.1
|
68 |
-
numpy==1.26.1
|
69 |
-
oauthlib==3.2.2
|
70 |
-
opencv-python==4.8.1.78
|
71 |
-
opt-einsum==3.3.0
|
72 |
-
orjson==3.9.10
|
73 |
-
packaging==23.2
|
74 |
-
pandas==2.1.3
|
75 |
-
parso==0.8.3
|
76 |
-
pexpect==4.8.0
|
77 |
-
Pillow==10.1.0
|
78 |
-
platformdirs==3.11.0
|
79 |
-
prompt-toolkit==3.0.39
|
80 |
-
protobuf==4.25.0
|
81 |
-
psutil==5.9.6
|
82 |
-
ptyprocess==0.7.0
|
83 |
-
pure-eval==0.2.2
|
84 |
-
pyasn1==0.5.0
|
85 |
-
pyasn1-modules==0.3.0
|
86 |
-
pydantic==2.4.2
|
87 |
-
pydantic_core==2.10.1
|
88 |
-
pydub==0.25.1
|
89 |
-
Pygments==2.16.1
|
90 |
-
pyparsing==3.1.1
|
91 |
-
python-dateutil==2.8.2
|
92 |
-
python-multipart==0.0.6
|
93 |
-
pytz==2023.3.post1
|
94 |
-
PyYAML==6.0.1
|
95 |
-
pyzmq==25.1.1
|
96 |
-
referencing==0.30.2
|
97 |
-
requests==2.31.0
|
98 |
-
requests-oauthlib==1.3.1
|
99 |
-
rich==13.6.0
|
100 |
-
rpds-py==0.12.0
|
101 |
-
rsa==4.9
|
102 |
-
scikit-learn==1.3.2
|
103 |
-
scipy==1.11.3
|
104 |
-
semantic-version==2.10.0
|
105 |
-
shellingham==1.5.4
|
106 |
-
six==1.16.0
|
107 |
-
sniffio==1.3.0
|
108 |
-
stack-data==0.6.3
|
109 |
-
starlette==0.27.0
|
110 |
-
sympy==1.12
|
111 |
-
tensorboard==2.14.1
|
112 |
-
tensorboard-data-server==0.7.2
|
113 |
-
tensorflow==2.14.0
|
114 |
-
tensorflow-estimator==2.14.0
|
115 |
-
tensorflow-io-gcs-filesystem==0.34.0
|
116 |
-
tensorflow-macos==2.14.0
|
117 |
-
termcolor==2.3.0
|
118 |
-
threadpoolctl==3.2.0
|
119 |
-
tomlkit==0.12.0
|
120 |
-
toolz==0.12.0
|
121 |
-
torch==2.1.0
|
122 |
-
torchvision==0.16.0
|
123 |
-
tornado==6.3.3
|
124 |
-
tqdm==4.66.1
|
125 |
-
traitlets==5.13.0
|
126 |
-
typer==0.9.0
|
127 |
-
typing_extensions==4.8.0
|
128 |
-
tzdata==2023.3
|
129 |
-
urllib3==2.0.7
|
130 |
-
uvicorn==0.24.0.post1
|
131 |
-
wcwidth==0.2.9
|
132 |
-
websockets==11.0.3
|
133 |
-
Werkzeug==3.0.1
|
134 |
-
wrapt==1.14.1
|
|
|
1 |
+
gradio
|
2 |
+
opencv-python
|
3 |
+
numpy
|
4 |
+
matplotlib
|
5 |
+
tensorflow
|
6 |
+
scikit-learn
|
7 |
+
facenet_pytorch
|
8 |
+
mtcnn
|
9 |
+
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|