Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 389 Bytes

File metadata and controls

29 lines (23 loc) · 389 Bytes

CMMR

clip based retrieval system

环境

只能在linux环境部署,建议服务器或子系统

安装依赖

pip install -r requirement2.txt
cd service
pip install -r requirement.txt

数据准备

todo /service/customIndexer/operation.py

启动后端

cd service
python app.py

启动前端

cd web
streamlit streamlit run xx.py