Skip to content

ourcubk/jina-clip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clip

环境搭建

python版本:3.9.x

安装ffmpeg

brew install ffmpeg

创建虚拟环境

python3.9 -m venv venv

切换至虚拟环境

source venv/bin/activate

设置pip镜像源

pip install -U pip pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

安装依赖

pip install -r hello-jina2/requirements.txt

安装CLIP

pip install git+https://github.com/openai/CLIP.git

安装pick依赖

cd pick && yarn

启动

在pick目录下 yarn start

访问地址

http://localhost:3001/public

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.5%
  • TypeScript 47.8%
  • HTML 1.3%
  • CSS 1.3%
  • JavaScript 1.1%