Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flaribbit authored Sep 17, 2023
1 parent 4e32325 commit aa31e0a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# 搜图工具
# 基于 CLIP 的本地图片搜索工具

![image](https://github.com/flaribbit/imgfind/assets/24885181/5595d785-f2c7-4ba5-a29e-f724f00cb963)
![image](https://github.com/flaribbit/imgfind/assets/24885181/f5ac6334-b59a-4a60-a77b-65f23c57c1c2)

## 使用方法

1.`/some/path` 中的图片文件创建 embeddings,以便搜索:
```bash
./imgfind add 目录
```
2. 开启基于 web 的搜索页面
```bash
./imgfind serve 端口
```

## 其他文件

权重和 `tokenizer.json`

Expand Down

0 comments on commit aa31e0a

Please sign in to comment.