cc1234 commited on
Commit
d3b9a98
1 Parent(s): 4211bbe

use fozen req

Browse files
Files changed (1) hide show
  1. requirements.txt +100 -0
requirements.txt CHANGED
@@ -1,5 +1,105 @@
 
 
 
 
 
1
  annoy==1.17.1
 
 
 
 
 
 
 
 
 
 
 
2
  deepface==0.0.75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  numpy==1.21.5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  pyzipper==0.3.6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  gradio
 
1
+ absl-py==1.4.0
2
+ aiofiles==23.1.0
3
+ aiohttp==3.8.4
4
+ aiosignal==1.3.1
5
+ altair==4.2.2
6
  annoy==1.17.1
7
+ anyio==3.6.2
8
+ astunparse==1.6.3
9
+ async-timeout==4.0.2
10
+ attrs==22.2.0
11
+ beautifulsoup4==4.12.0
12
+ cachetools==5.3.0
13
+ certifi==2022.12.7
14
+ charset-normalizer==3.1.0
15
+ click==8.1.3
16
+ contourpy==1.0.7
17
+ cycler==0.11.0
18
  deepface==0.0.75
19
+ entrypoints==0.4
20
+ fastapi==0.95.0
21
+ ffmpy==0.3.0
22
+ filelock==3.10.7
23
+ fire==0.5.0
24
+ Flask==2.2.3
25
+ flatbuffers==23.3.3
26
+ fonttools==4.39.3
27
+ frozenlist==1.3.3
28
+ fsspec==2023.3.0
29
+ gast==0.4.0
30
+ gdown==4.7.1
31
+ google-auth==2.16.3
32
+ google-auth-oauthlib==0.4.6
33
+ google-pasta==0.2.0
34
+ grpcio==1.53.0
35
+ h11==0.14.0
36
+ h5py==3.8.0
37
+ httpcore==0.16.3
38
+ httpx==0.23.3
39
+ huggingface-hub==0.13.3
40
+ idna==3.4
41
+ itsdangerous==2.1.2
42
+ Jinja2==3.1.2
43
+ jsonschema==4.17.3
44
+ keras==2.11.0
45
+ kiwisolver==1.4.4
46
+ libclang==16.0.0
47
+ linkify-it-py==2.0.0
48
+ Markdown==3.4.3
49
+ markdown-it-py==2.2.0
50
+ MarkupSafe==2.1.2
51
+ matplotlib==3.7.1
52
+ mdit-py-plugins==0.3.3
53
+ mdurl==0.1.2
54
+ mtcnn==0.1.1
55
+ multidict==6.0.4
56
  numpy==1.21.5
57
+ oauthlib==3.2.2
58
+ opencv-python==4.7.0.72
59
+ opt-einsum==3.3.0
60
+ orjson==3.8.9
61
+ packaging==23.0
62
+ pandas==1.5.3
63
+ Pillow==9.4.0
64
+ protobuf==3.19.6
65
+ pyasn1==0.4.8
66
+ pyasn1-modules==0.2.8
67
+ pycryptodomex==3.17
68
+ pydantic==1.10.7
69
+ pydub==0.25.1
70
+ pyparsing==3.0.9
71
+ pyrsistent==0.19.3
72
+ PySocks==1.7.1
73
+ python-dateutil==2.8.2
74
+ python-multipart==0.0.6
75
+ pytz==2023.2
76
+ PyYAML==6.0
77
  pyzipper==0.3.6
78
+ requests==2.28.2
79
+ requests-oauthlib==1.3.1
80
+ retina-face==0.0.13
81
+ rfc3986==1.5.0
82
+ rsa==4.9
83
+ semantic-version==2.10.0
84
+ six==1.16.0
85
+ sniffio==1.3.0
86
+ soupsieve==2.4
87
+ starlette==0.26.1
88
+ tensorboard==2.11.2
89
+ tensorboard-data-server==0.6.1
90
+ tensorboard-plugin-wit==1.8.1
91
+ tensorflow==2.11.1
92
+ tensorflow-estimator==2.11.0
93
+ tensorflow-io-gcs-filesystem==0.31.0
94
+ termcolor==2.2.0
95
+ toolz==0.12.0
96
+ tqdm==4.65.0
97
+ typing_extensions==4.5.0
98
+ uc-micro-py==1.0.1
99
+ urllib3==1.26.15
100
+ uvicorn==0.21.1
101
+ websockets==10.4
102
+ Werkzeug==2.2.3
103
+ wrapt==1.15.0
104
+ yarl==1.8.2
105
  gradio