Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soulteary/simple-image-search-engine

图片搜索引擎,很简单。三步构建属于你自己的图片搜索引擎,掌握向量数据库和以图搜图、文本搜索图片。
https://github.com/soulteary/simple-image-search-engine

clip docker image-search-engine image-similarity picture-search redis redis-vector-search search-engine vector-database vits

Last synced: 5 days ago
JSON representation

图片搜索引擎,很简单。三步构建属于你自己的图片搜索引擎,掌握向量数据库和以图搜图、文本搜索图片。

Awesome Lists containing this project

README

        

# 图片搜索引擎,很简单

三步构建属于你自己的图片搜索引擎,掌握向量数据库和以图搜图、文本搜索图片。

![](.github/detective.jpg)

## 教程

- 准备数据:[开源软件 FFmpeg 生成模型使用图片数据集](https://soulteary.com/2023/11/14/ffmpeg-generates-models-using-image-datasets.html)
- 处理图片数据,构建向量索引:[使用 Redis 构建轻量的向量数据库应用:图片搜索引擎(一)](https://soulteary.com/2023/11/15/use-redis-to-build-a-lightweight-vector-database-application-image-search-engine-part-1.html)
- 实现向量搜索、图片检索:[使用 Redis 构建轻量的向量数据库应用:图片搜索引擎(二)](https://soulteary.com/2023/11/16/use-redis-to-build-a-lightweight-vector-database-application-image-search-engine-part-2.html)