1
0
Fork 0
1Panel-Appstore/apps/mt-photos-ai-devfox101/README.md

16 lines
621 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MT Photos AI 识别相关任务独立部署项目
- 基于PaddleOCR实现的文本识别(OCR)接口
- 基于Chinese-CLIPOpenAI CLIP模型的中文版本实现的图片、文本提取特征接口
## devfox101 版
- `devfox101/mt-photos-ai`
合并了 `mt-photos-ai``mt-photos-insightface-unofficial` 2 个镜像的代码,运行这一个镜像就可以支持以上 2 个镜像的功能
- 如果在添加智能识别 API 和人脸识别 API 时,需要调用 Intel 核显来加速处理;可以使用 devfox101/mt-photos-ai 镜像,并给容器映射/dev/dri
```yml
devices:
- "/dev/dri:/dev/dri"
```