Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
图片搜索引擎,很简单。三步构建属于你自己的图片搜索引擎,掌握向量数据库和以图搜图、文本搜索图片。
- Host: GitHub
- URL: https://github.com/soulteary/simple-image-search-engine
- Owner: soulteary
- License: apache-2.0
- Created: 2023-11-14T09:15:36.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T12:52:14.000Z (12 months ago)
- Last Synced: 2024-11-02T09:24:48.119Z (12 days ago)
- Topics: clip, docker, image-search-engine, image-similarity, picture-search, redis, redis-vector-search, search-engine, vector-database, vits
- Language: Python
- Homepage: https://soulteary.com/2023/11/15/use-redis-to-build-a-lightweight-vector-database-application-image-search-engine-part-1.html
- Size: 200 KB
- Stars: 111
- Watchers: 3
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)