arnabg95 commited on
Commit
16fc464
·
1 Parent(s): 78b9567

package update

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -79
requirements.txt CHANGED
@@ -1,79 +1,5 @@
1
- absl-py==2.1.0
2
- annotated-types==0.7.0
3
- anyio==4.8.0
4
- astunparse==1.6.3
5
- beautifulsoup4==4.13.3
6
- blinker==1.9.0
7
- certifi==2025.1.31
8
- charset-normalizer==3.4.1
9
- click==8.1.8
10
- deepface==0.0.93
11
- exceptiongroup==1.2.2
12
- fastapi==0.115.11
13
- filelock==3.17.0
14
- fire==0.7.0
15
- Flask==3.1.0
16
- flask-cors==5.0.1
17
- flatbuffers==25.2.10
18
- gast==0.6.0
19
- gdown==5.2.0
20
- google-pasta==0.2.0
21
- grpcio==1.70.0
22
- gunicorn==23.0.0
23
- h11==0.14.0
24
- h5py==3.13.0
25
- httptools==0.6.4
26
- idna==3.10
27
- itsdangerous==2.2.0
28
- Jinja2==3.1.6
29
- joblib==1.4.2
30
- keras==3.9.0
31
- libclang==18.1.1
32
- lz4==4.4.3
33
- Markdown==3.7
34
- markdown-it-py==3.0.0
35
- MarkupSafe==3.0.2
36
- mdurl==0.1.2
37
- ml-dtypes==0.4.1
38
- mtcnn==1.0.0
39
- namex==0.0.8
40
- numpy==2.0.2
41
- opencv-python==4.11.0.86
42
- opt_einsum==3.4.0
43
- optree==0.14.1
44
- packaging==24.2
45
- pandas==2.2.3
46
- pillow==11.1.0
47
- protobuf==5.29.3
48
- pydantic==2.10.6
49
- pydantic_core==2.27.2
50
- Pygments==2.19.1
51
- PySocks==1.7.1
52
- python-dateutil==2.9.0.post0
53
- python-dotenv==1.0.1
54
- pytz==2025.1
55
- PyYAML==6.0.2
56
- requests==2.32.3
57
- retina-face==0.0.17
58
- rich==13.9.4
59
- six==1.17.0
60
- sniffio==1.3.1
61
- soupsieve==2.6
62
- starlette==0.46.1
63
- tensorboard==2.18.0
64
- tensorboard-data-server==0.7.2
65
- tensorflow==2.18.0
66
- tensorflow-io-gcs-filesystem==0.37.1
67
- tensorflow_cpu==2.18.0
68
- termcolor==2.5.0
69
- tf_keras==2.18.0
70
- tqdm==4.67.1
71
- typing_extensions==4.12.2
72
- tzdata==2025.1
73
- urllib3==2.3.0
74
- uvicorn==0.34.0
75
- uvloop==0.21.0
76
- watchfiles==1.0.4
77
- websockets==15.0.1
78
- Werkzeug==3.1.3
79
- wrapt==1.17.2
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ deepface
4
+ tf-keras
5
+ tensorflow-cpu