1
0
Fork 0
1Panel-Appstore/apps/mt-photos-ai-devfox101
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
2025-11-10 16:10:24 +08:00
..
1.4.0 feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
latest 🔧 chore(apps): set the pull policy for all services using fixed tag images 2025-11-10 16:10:24 +08:00
README.md Release devfox101 version as a standalone application 2025-08-27 15:40:39 +08:00
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png Release devfox101 version as a standalone application 2025-08-27 15:40:39 +08:00

README.md

MT Photos AI 识别相关任务独立部署项目

  • 基于PaddleOCR实现的文本识别(OCR)接口
  • 基于Chinese-CLIPOpenAI CLIP模型的中文版本实现的图片、文本提取特征接口

devfox101 版

  • devfox101/mt-photos-ai 合并了 mt-photos-aimt-photos-insightface-unofficial 2 个镜像的代码,运行这一个镜像就可以支持以上 2 个镜像的功能

  • 如果在添加智能识别 API 和人脸识别 API 时,需要调用 Intel 核显来加速处理;可以使用 devfox101/mt-photos-ai 镜像,并给容器映射/dev/dri

devices:
  - "/dev/dri:/dev/dri"