Spaces:
Sleeping
Sleeping
requiements has been changed
Browse files- requirements.txt +91 -0
requirements.txt
CHANGED
@@ -1,13 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
imageio==2.33.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
matplotlib==3.8.2
|
|
|
|
|
|
|
|
|
|
|
3 |
numpy==1.26.3
|
|
|
4 |
opencv-python==4.9.0.80
|
5 |
opencv-python-headless==4.9.0.80
|
|
|
|
|
|
|
6 |
pillow==10.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
streamlit==1.29.0
|
|
|
|
|
8 |
tensorboard==2.15.1
|
9 |
tensorboard-data-server==0.7.2
|
10 |
tensorflow==2.15.0
|
11 |
tensorflow-estimator==2.15.0
|
12 |
tensorflow-intel==2.15.0
|
13 |
tensorflow-io-gcs-filesystem==0.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
altair==5.2.0
|
3 |
+
astunparse==1.6.3
|
4 |
+
attrs==23.2.0
|
5 |
+
blinker==1.7.0
|
6 |
+
cachetools==5.3.2
|
7 |
+
certifi==2023.11.17
|
8 |
+
charset-normalizer==3.3.2
|
9 |
+
click==8.1.7
|
10 |
+
colorama==0.4.6
|
11 |
+
contourpy==1.2.0
|
12 |
+
cycler==0.12.1
|
13 |
+
easyocr==1.7.1
|
14 |
+
filelock==3.13.1
|
15 |
+
flatbuffers==23.5.26
|
16 |
+
fonttools==4.47.0
|
17 |
+
fsspec==2023.12.2
|
18 |
+
gast==0.5.4
|
19 |
+
gitdb==4.0.11
|
20 |
+
GitPython==3.1.40
|
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 |
imageio==2.33.1
|
28 |
+
importlib-metadata==6.11.0
|
29 |
+
imutils==0.5.4
|
30 |
+
Jinja2==3.1.2
|
31 |
+
jsonschema==4.20.0
|
32 |
+
jsonschema-specifications==2023.12.1
|
33 |
+
keras==2.15.0
|
34 |
+
kiwisolver==1.4.5
|
35 |
+
lazy_loader==0.3
|
36 |
+
libclang==16.0.6
|
37 |
+
Markdown==3.5.2
|
38 |
+
markdown-it-py==3.0.0
|
39 |
+
MarkupSafe==2.1.3
|
40 |
matplotlib==3.8.2
|
41 |
+
mdurl==0.1.2
|
42 |
+
ml-dtypes==0.2.0
|
43 |
+
mpmath==1.3.0
|
44 |
+
networkx==3.2.1
|
45 |
+
ninja==1.11.1.1
|
46 |
numpy==1.26.3
|
47 |
+
oauthlib==3.2.2
|
48 |
opencv-python==4.9.0.80
|
49 |
opencv-python-headless==4.9.0.80
|
50 |
+
opt-einsum==3.3.0
|
51 |
+
packaging==23.2
|
52 |
+
pandas==2.1.4
|
53 |
pillow==10.2.0
|
54 |
+
protobuf==4.23.4
|
55 |
+
psutil==5.9.7
|
56 |
+
py-cpuinfo==9.0.0
|
57 |
+
pyarrow==14.0.2
|
58 |
+
pyasn1==0.5.1
|
59 |
+
pyasn1-modules==0.3.0
|
60 |
+
pyclipper==1.3.0.post5
|
61 |
+
pydeck==0.8.1b0
|
62 |
+
Pygments==2.17.2
|
63 |
+
pyparsing==3.1.1
|
64 |
+
python-bidi==0.4.2
|
65 |
+
python-dateutil==2.8.2
|
66 |
+
pytz==2023.3.post1
|
67 |
+
PyYAML==6.0.1
|
68 |
+
referencing==0.32.0
|
69 |
+
requests==2.31.0
|
70 |
+
requests-oauthlib==1.3.1
|
71 |
+
rich==13.7.0
|
72 |
+
rpds-py==0.16.2
|
73 |
+
rsa==4.9
|
74 |
+
scikit-image==0.22.0
|
75 |
+
scipy==1.11.4
|
76 |
+
seaborn==0.13.1
|
77 |
+
shapely==2.0.2
|
78 |
+
six==1.16.0
|
79 |
+
smmap==5.0.1
|
80 |
streamlit==1.29.0
|
81 |
+
sympy==1.12
|
82 |
+
tenacity==8.2.3
|
83 |
tensorboard==2.15.1
|
84 |
tensorboard-data-server==0.7.2
|
85 |
tensorflow==2.15.0
|
86 |
tensorflow-estimator==2.15.0
|
87 |
tensorflow-intel==2.15.0
|
88 |
tensorflow-io-gcs-filesystem==0.31.0
|
89 |
+
termcolor==2.4.0
|
90 |
+
thop==0.1.1.post2209072238
|
91 |
+
tifffile==2023.12.9
|
92 |
+
toml==0.10.2
|
93 |
+
toolz==0.12.0
|
94 |
+
tornado==6.4
|
95 |
+
tqdm==4.66.1
|
96 |
+
typing_extensions==4.9.0
|
97 |
+
tzdata==2023.4
|
98 |
+
tzlocal==5.2
|
99 |
+
urllib3==2.1.0
|
100 |
+
validators==0.22.0
|
101 |
+
watchdog==3.0.0
|
102 |
+
Werkzeug==3.0.1
|
103 |
+
wrapt==1.14.1
|
104 |
+
zipp==3.17.0
|