Skip to content

Rea1-ms/VVQuest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VVQuest

VVQuest 是一个能够通过自然语言描述检索合适的张维为表情包的项目,运用嵌入模型检索。

在线体验

数据来源

本项目张维为表情包来源于 知乎

若有侵权,请联系删除

项目使用

  1. git clone本仓库
  2. 安装依赖
pip install -r requirements.txt
  1. 获取API_KEY(可选,可使用本地模型)

    注册Silicon Flow账号后在此处获取

  2. 运行项目

python -m streamlit run streamlit_app.py

添加额外图片

修改 config/config.yaml 中的 paths.image_dirs,添加示例配置如下:

pic_example:
  path: 'path/to/your/images'
  regex:
    pattern: '^[^-]*-'
    replacement: ""
  type: "名称"

Demo

3bfb772e239f3437a13d46252aab1e1d

LICENSE

check LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Dockerfile 1.2%