Commit 0f8d376e authored by 赵威's avatar 赵威

add deps

parent 6d1a412f
......@@ -6,12 +6,18 @@ import time
import dlib
import faiss
import numpy as np
from gm_rpcd.all import bind
from utils.cache import redis_client3
from utils.es import es_query, es_scan
from utils.es import es_query
from utils.images import face_to_vec, url_to_ndarray
@bind("hello")
def hello():
return ["hello", "world"]
def save_diary_image_info(save_file, face_to_vec_f):
q = {
"query": {
......
git+ssh://git@git.wanmeizhensuo.com/backend/gm-rpcd.git@v0.2.5
git+ssh://git@git.wanmeizhensuo.com/system/gm-tracer.git@v0.1.3
git+ssh://git@git.wanmeizhensuo.com/backend/gm-config.git@v0.1.3
git+ssh://git@git.wanmeizhensuo.com/backend/helios.git@v0.7.5
faiss-cpu==1.6.3
pandas==1.1.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment