uploads
Browse files- Servidor.zip +3 -0
- requirements.txt +59 -0
Servidor.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36dbd05bed7b41fd75c904c6781f123cfc58c8f7794ceb5830fa3bad876dd329
|
3 |
+
size 1919595348
|
requirements.txt
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
astunparse==1.6.3
|
3 |
+
blinker==1.7.0
|
4 |
+
cachetools==5.3.3
|
5 |
+
certifi==2024.2.2
|
6 |
+
charset-normalizer==3.3.2
|
7 |
+
click==8.1.7
|
8 |
+
colorama==0.4.6
|
9 |
+
dnspython==2.6.1
|
10 |
+
Flask==3.0.2
|
11 |
+
flatbuffers==24.3.25
|
12 |
+
gast==0.5.4
|
13 |
+
google-auth==2.29.0
|
14 |
+
google-auth-oauthlib==1.2.0
|
15 |
+
google-pasta==0.2.0
|
16 |
+
grpcio==1.62.2
|
17 |
+
h5py==3.11.0
|
18 |
+
idna==3.7
|
19 |
+
itsdangerous==2.2.0
|
20 |
+
Jinja2==3.1.3
|
21 |
+
joblib==1.3.2
|
22 |
+
keras==2.15.0
|
23 |
+
libclang==18.1.1
|
24 |
+
llvmlite==0.41.1
|
25 |
+
Markdown==3.6
|
26 |
+
MarkupSafe==2.1.5
|
27 |
+
ml-dtypes==0.2.0
|
28 |
+
numba==0.58.1
|
29 |
+
numpy==1.26.4
|
30 |
+
oauthlib==3.2.2
|
31 |
+
opencv-python==4.9.0.80
|
32 |
+
opt-einsum==3.3.0
|
33 |
+
packaging==24.0
|
34 |
+
pillow==10.2.0
|
35 |
+
protobuf==4.25.3
|
36 |
+
pyasn1==0.6.0
|
37 |
+
pyasn1_modules==0.4.0
|
38 |
+
pymongo==4.6.1
|
39 |
+
pynndescent==0.5.11
|
40 |
+
requests==2.31.0
|
41 |
+
requests-oauthlib==2.0.0
|
42 |
+
rsa==4.9
|
43 |
+
scikit-learn==1.2.2
|
44 |
+
scipy==1.13.0
|
45 |
+
six==1.16.0
|
46 |
+
tensorboard==2.15.2
|
47 |
+
tensorboard-data-server==0.7.2
|
48 |
+
tensorflow==2.15.0
|
49 |
+
tensorflow-estimator==2.15.0
|
50 |
+
tensorflow-intel==2.15.0
|
51 |
+
tensorflow-io-gcs-filesystem==0.31.0
|
52 |
+
termcolor==2.4.0
|
53 |
+
threadpoolctl==3.4.0
|
54 |
+
tqdm==4.66.2
|
55 |
+
typing_extensions==4.11.0
|
56 |
+
umap-learn==0.5.5
|
57 |
+
urllib3==2.2.1
|
58 |
+
Werkzeug==3.0.2
|
59 |
+
wrapt==1.14.1
|