Aucune description

liyuyi@c-top.com.cn 7aa0dd5c5a 更新readme.md文档,说明项目的详细情况 il y a 3 ans
.idea 1c89781a8c simhash il y a 4 ans
logs 1c89781a8c simhash il y a 4 ans
simhash_model 1c89781a8c simhash il y a 4 ans
config.py 1c89781a8c simhash il y a 4 ans
readme.md 7aa0dd5c5a 更新readme.md文档,说明项目的详细情况 il y a 3 ans
similarity_main.py 556d77782f 修改main文件名称 il y a 4 ans

readme.md

项目功能介绍
使用simhash算法计算新上传的素材的脚本与数据库里已有的素材脚本的相似度。

项目启动说明
(因该项目是在本地开发的,且没有上线,下面说正常的项目启动流程) 0、创建虚拟环境
1、启动虚拟环境
2、拉取最新的代码
http://git.tjyourong.com.cn/liyuyi/simHash/src/master

3、启动服务
nohup XX/bin/python -u /data/pythonProject/similarity_main.py >/dev/null 2>&1 &