towhee+elasticsearch實(shí)現(xiàn)本地以圖搜圖

towhee-img-search
towhee+elasticsearch實(shí)現(xiàn)本地以圖搜圖
github地址:https://github.com/xjhqre/towhee-img-search
elasticsearch版本為 7.4.2
elasticsearch安裝方法參考我的這篇文章:https://blog.csdn.net/xjhqre/article/details/124553312
使用方法
一、使用 OSS 存儲(chǔ)圖片,將圖片庫上傳到 OSS。
二、創(chuàng)建 elasticsearch 索引。
PUT imgsearch
三、修改 config.py 中的配置。
四、運(yùn)行 extractFeatures.py,提取圖片特征向量并存儲(chǔ)到elasticsearch。
五、運(yùn)行 searchServer.py,啟動(dòng) web 服務(wù)。
效果演示
