edit: faiss 전용 rest 서버 추가

This commit is contained in:
2025-04-28 11:26:19 +09:00
parent 19e62f5724
commit 6b212125a4
76 changed files with 6014 additions and 92 deletions

View File

@@ -24,5 +24,10 @@ RESTful API Server
https://github.com/acheong08/BingImageCreator
```
### faiss
검색된 이미지는 search_'matching'.png 로 저장됨
matching : 매칭률 (클수록 좋음)
### notice
const.py 에 지정한 OUTPUT_FOLDER 하위폴더에 이미지 저장됨.
const.py 에 지정한 OUTPUT_FOLDER 하위폴더에 이미지 저장됨.
faiss api 사용시 rest_vactor 서버 구동해야함.