An open API service indexing awesome lists of open source software.

https://github.com/watish/reverse-image-search

基于ResNet50和Milvus实现的相似图片搜索
https://github.com/watish/reverse-image-search

Last synced: 9 months ago
JSON representation

基于ResNet50和Milvus实现的相似图片搜索

Awesome Lists containing this project

README

          

# 相似图片搜索

> 基于 [portable-docker-app](https://github.com/soulteary/portable-docker-app) 项目进行的二次修改

## 项目简介

本项目旨在实现相似图片的高效搜索功能,基于 [portable-docker-app](https://github.com/soulteary/portable-docker-app) 项目进行二次修改

## 功能特性

- 通过MD5避免图片重复导入
- 可根据UUID删除指定图片
- 单图片上传
- 基于MilvusMini重构相关逻辑