# intelligent-image-python **Repository Path**: wytgyw/intelligent-image-python ## Basic Information - **Project Name**: intelligent-image-python - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-16 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 智能形象定制推荐系统 ## 项目简介 智能形象定制推荐系统是一个面向个性化定制场景的Web应用,为用户提供外观、色彩、样式、风格等维度的智能推荐服务。用户可输入偏好参数,系统自动匹配方案并给出专业建议,适用于头壳、服饰、文创、模型等多种定制品类,提升定制效率与用户体验。 ## 技术栈 ### 前端 - Vue 3 - Vue Router - Pinia - Element Plus - ECharts (数据可视化) - Vite ### 后端 - Python 3.9+ - FastAPI - SQLAlchemy - SQLite - Pydantic ## 项目结构 ``` intelligent-image-python/ ├── frontend/ # 前端Vue.js项目 │ ├── src/ │ │ ├── components/ # 组件 │ │ ├── views/ # 页面视图 │ │ ├── stores/ # Pinia状态管理 │ │ ├── api/ # API接口 │ │ ├── router/ # 路由 │ │ └── utils/ # 工具函数 │ └── package.json ├── backend/ # 后端Python项目 │ ├── app/ │ │ ├── api/ # API路由 │ │ ├── models/ # 数据模型 │ │ ├── schemas/ # Pydantic模式 │ │ ├── services/ # 业务逻辑 │ │ └── core/ # 核心配置 │ ├── database/ # 数据库文件 │ └── main.py └── README.md ``` ## 功能模块 1. **用户偏好录入** - 收集用户的外观、色彩、样式、风格等偏好信息 2. **智能匹配推荐** - 基于用户偏好进行智能方案匹配 3. **方案预览展示** - 直观展示推荐方案 4. **参数调整优化** - 支持用户调整参数并实时更新推荐 5. **数据记录管理** - 管理历史推荐记录和用户数据 ## 快速开始 ### 后端启动 ```bash cd backend pip install -r requirements.txt python main.py ``` ### 前端启动 ```bash cd frontend npm install npm run dev ``` ## UI设计风格 - 简约清新 - 禁止使用渐变色 - 纯白背景 - 清晰的信息层级