img2tags

View on PyPIReverse Dependencies (0)

1.5.0 img2tags-1.5.0-py3-none-any.whl

Wheel Details

Project: img2tags
Version: 1.5.0
Filename: img2tags-1.5.0-py3-none-any.whl
Download: [link]
Size: 14811
MD5: 8a54ae3218feacac51b3496214c6e31a
SHA256: 8e632cf6dcdff93917336f6b2a434b641915ba9db9b8ae15ee789640edd07bc6
Uploaded: 2024-03-25 03:35:06 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: img2tags
Version: 1.5.0
Summary: Tag images
Author: Yuta Hayashibe
Author-Email: yuta[at]hayashibe.jp
Home-Page: https://github.com/shirayu/img2tags
Project-Url: Repository, https://github.com/shirayu/img2tags
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9,<3.12
Requires-Dist: accelerate (>=0.22.0); extra == "text"
Requires-Dist: bitsandbytes (>=0.41.1); extra == "text"
Requires-Dist: huggingface-hub (>=0.15.1)
Requires-Dist: numpy (<2.0.0,>=1.24.3)
Requires-Dist: onnx (<2.0.0,>=1.14.0); extra == "convert"
Requires-Dist: onnxruntime (<2.0.0,>=1.16.1); extra == "cpu"
Requires-Dist: onnxruntime-gpu (<2.0.0,>=1.16.1); extra == "gpu"
Requires-Dist: opencv-python (<5.0.0.0,>=4.7.0.72)
Requires-Dist: pillow (<11.0.0,>=10.2.0)
Requires-Dist: pydantic (<3.0.0,>=2.6.1)
Requires-Dist: rich (<14.0.0,>=13.7.0)
Requires-Dist: torch (>=2.1.0)
Requires-Dist: transformers (>=4.34.0); extra == "text"
Provides-Extra: convert
Provides-Extra: cpu
Provides-Extra: gpu
Provides-Extra: text
Description-Content-Type: text/markdown
[Description omitted; length: 2220 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
img2tags/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
img2tags/common.py sha256=GHxWzIPfNffhYcCCNrgAMEp_43mbt4FXwozzx-MJhaw 1636
img2tags/img2tags.py sha256=vqB2RTSnC-ktPg5LFdIaQJ6tX1KJ1-ndiwZLcAp_IE0 10026
img2tags/img2text.py sha256=_VbxcYIX1shB1wI9emd6ej2rSahqf3ND6WMfFlcRnfk 9955
img2tags/tagger.py sha256=OpLW_AJftbdXFEFimpesxlIDmOpTo-zVVgUG7lPvwx4 3271
img2tags-1.5.0.dist-info/LICENSE.txt sha256=6NOvJw57FcyrkISB5Kiy2gOyfMeto8mCbPcJ3160nJ4 11342
img2tags-1.5.0.dist-info/METADATA sha256=oAxkk72L1eFwuxRhSLHtd1M7Rb3YcgDqwp7dCA4-TiA 3533
img2tags-1.5.0.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
img2tags-1.5.0.dist-info/entry_points.txt sha256=2qBj-GkHFm3bOLfsq2Wvgf1vbbuIwPi7ReHtXtoqLBA 83
img2tags-1.5.0.dist-info/RECORD

entry_points.txt

img2tags = img2tags.img2tags:main
img2text = img2tags.img2text:main