Add: pip requirements
This commit is contained in:
parent
2bbf440b4a
commit
f5e79bae5b
1 changed files with 40 additions and 0 deletions
40
Python/similar-images-classification/requirements.txt
Normal file
40
Python/similar-images-classification/requirements.txt
Normal file
|
@ -0,0 +1,40 @@
|
|||
absl-py==2.1.0
|
||||
astunparse==1.6.3
|
||||
certifi==2024.8.30
|
||||
charset-normalizer==3.3.2
|
||||
faiss-cpu==1.8.0.post1
|
||||
flatbuffers==24.3.25
|
||||
gast==0.6.0
|
||||
google-pasta==0.2.0
|
||||
grpcio==1.66.1
|
||||
h5py==3.11.0
|
||||
idna==3.8
|
||||
keras==3.5.0
|
||||
libclang==18.1.1
|
||||
Markdown==3.7
|
||||
markdown-it-py==3.0.0
|
||||
MarkupSafe==2.1.5
|
||||
mdurl==0.1.2
|
||||
ml-dtypes==0.4.0
|
||||
namex==0.0.8
|
||||
numpy==1.26.4
|
||||
opencv-python==4.10.0.84
|
||||
opt-einsum==3.3.0
|
||||
optree==0.12.1
|
||||
packaging==24.1
|
||||
pillow==10.4.0
|
||||
protobuf==4.25.4
|
||||
Pygments==2.18.0
|
||||
requests==2.32.3
|
||||
rich==13.8.0
|
||||
setuptools==74.0.0
|
||||
six==1.16.0
|
||||
tensorboard==2.17.1
|
||||
tensorboard-data-server==0.7.2
|
||||
tensorflow==2.17.0
|
||||
termcolor==2.4.0
|
||||
typing_extensions==4.12.2
|
||||
urllib3==2.2.2
|
||||
Werkzeug==3.0.4
|
||||
wheel==0.44.0
|
||||
wrapt==1.16.0
|
Loading…
Reference in a new issue