Skip to content

Commit 5524b72

Browse files
committed
add readme.md
1 parent 002bfe2 commit 5524b72

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# TEV
2+
基于给定文本,搜索给定目录下的图片、视频文件,找到相近的图片或视频片段。
3+
4+
## install
5+
建议python> 3.8 版本。
6+
- 安装torch,详情参考[pytorch](https://pytorch.org/)官方
7+
```
8+
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
9+
```
10+
11+
- 安装依赖库
12+
13+
```shell
14+
pip install -r requirements.txt
15+
```
16+
17+
## using
18+
19+
![主界面](./images/main.png)
20+

images/main.png

133 KB
Loading

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
docarray>=0.39.1
2+
gradio>=4.8.0
3+
cn_clip

0 commit comments

Comments
 (0)