Spaces:
Sleeping
Sleeping
reduced
Browse files- requirements.txt.txt +76 -70
requirements.txt.txt
CHANGED
@@ -1,70 +1,76 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
opencv-python
|
3 |
+
numpy
|
4 |
+
pillow
|
5 |
+
tensorflow
|
6 |
+
|
7 |
+
# absl-py==2.1.0
|
8 |
+
# altair==5.2.0
|
9 |
+
# astunparse==1.6.3
|
10 |
+
# attrs==23.2.0
|
11 |
+
# blinker==1.7.0
|
12 |
+
# cachetools==5.3.2
|
13 |
+
# certifi==2023.11.17
|
14 |
+
# charset-normalizer==3.3.2
|
15 |
+
# click==8.1.7
|
16 |
+
# colorama==0.4.6
|
17 |
+
# flatbuffers==23.5.26
|
18 |
+
# gast==0.5.4
|
19 |
+
# gitdb==4.0.11
|
20 |
+
# GitPython==3.1.41
|
21 |
+
# google-auth==2.26.2
|
22 |
+
# google-auth-oauthlib==1.2.0
|
23 |
+
# google-pasta==0.2.0
|
24 |
+
# grpcio==1.60.0
|
25 |
+
# h5py==3.10.0
|
26 |
+
# idna==3.6
|
27 |
+
# importlib-metadata==7.0.1
|
28 |
+
# Jinja2==3.1.3
|
29 |
+
# jsonschema==4.21.1
|
30 |
+
# jsonschema-specifications==2023.12.1
|
31 |
+
# keras==2.15.0
|
32 |
+
# libclang==16.0.6
|
33 |
+
# Markdown==3.5.2
|
34 |
+
# markdown-it-py==3.0.0
|
35 |
+
# MarkupSafe==2.1.4
|
36 |
+
# mdurl==0.1.2
|
37 |
+
# ml-dtypes==0.2.0
|
38 |
+
# numpy==1.26.3
|
39 |
+
# oauthlib==3.2.2
|
40 |
+
# opencv-python==4.9.0.80
|
41 |
+
# opt-einsum==3.3.0
|
42 |
+
# packaging==23.2
|
43 |
+
# pandas==2.2.0
|
44 |
+
# pillow==10.2.0
|
45 |
+
# protobuf==4.23.4
|
46 |
+
# pyarrow==15.0.0
|
47 |
+
# pyasn1==0.5.1
|
48 |
+
# pyasn1-modules==0.3.0
|
49 |
+
# pydeck==0.8.1b0
|
50 |
+
# Pygments==2.17.2
|
51 |
+
# python-dateutil==2.8.2
|
52 |
+
# pytz==2023.3.post1
|
53 |
+
# referencing==0.32.1
|
54 |
+
# requests==2.31.0
|
55 |
+
# requests-oauthlib==1.3.1
|
56 |
+
# rich==13.7.0
|
57 |
+
# rpds-py==0.17.1
|
58 |
+
# rsa==4.9
|
59 |
+
# six==1.16.0
|
60 |
+
# smmap==5.0.1
|
61 |
+
# streamlit==1.30.0
|
62 |
+
# tenacity==8.2.3
|
63 |
+
# tensorflow==2.15.0
|
64 |
+
# termcolor==2.4.0
|
65 |
+
# toml==0.10.2
|
66 |
+
# toolz==0.12.0
|
67 |
+
# tornado==6.4
|
68 |
+
# typing_extensions==4.9.0
|
69 |
+
# tzdata==2023.4
|
70 |
+
# tzlocal==5.2
|
71 |
+
# urllib3==2.1.0
|
72 |
+
# validators==0.22.0
|
73 |
+
# watchdog==3.0.0
|
74 |
+
# Werkzeug==3.0.1
|
75 |
+
# wrapt==1.14.1
|
76 |
+
# zipp==3.17.0
|