Metadata-Version: 2.1
Name: iv2
Version: 0.0.1
Summary: image2vector: The first 47 layers of the resnet50 model of the deep learning neural network are used to extract the vector of the picture, and the output dimension is 512
Home-page: https://github.com/ponponon/iv2
Author: ponponon
Author-email: 1729303158@qq.com
Maintainer: ponponon
Maintainer-email: 1729303158@qq.com
License: MIT License
Platform: all
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: pillow
Requires-Dist: numpy

# iv2

## 简介

将图片转成向量，可用于以图搜图和图片相似度比较

> 向量纬度为 512

⭐️ 🌟 ✨ ⚡️ ☄️ 💥

## 依赖

Python 解释器:

- CPython : 3.8 及以上版本

安装方式:

```shell
pip install iv2
```

## 参考项目

- [cnnimageretrieval-pytorch](https://github.com/filipradenovic/cnnimageretrieval-pytorch)
- [ImageRetrieval-LSH](https://github.com/yinhaoxs/ImageRetrieval-LSH)
