You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
SmartImageFinder
一个基于多模态向量模型及视觉多模态模型构建的智能图片搜索引擎和管理系统,实现精准的以文搜图、以图搜图等多种智能检索方式,并提供完整的图片管理解决方案。
功能特点
智能搜索
图片管理
多模态AI分析
用户界面
使用场景
技术架构
后端
(后续会改造成基于duckdb构建,而不是分成faiss和sqlite)
前端
核心功能展示
图片上传
图片编辑
图像搜索
快速开始
环境要求
后端设置
git clone https://github.com/li-xiu-qi/SmartImageFinder.git cd SmartImageFinder
服务将在 http://localhost:1000 上运行,API文档可在 http://localhost:1000/docs 上查看。
前端设置
cd frontend npm install
前端将在 http://localhost:5173 上运行。
系统配置
前端配置
修改前端API请求地址在

vite.config.ts
文件中:后端配置
系统核心配置在

backend/config.py
和配置文件中:系统架构
数据流程
Beta Was this translation helpful? Give feedback.
All reactions