mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:添加mt-photos-deepface到列表
This commit is contained in:
parent
657a0e22ef
commit
66f7b7de65
3
apps/mt-photos-deepface/1.0.3/.env.sample
Normal file
3
apps/mt-photos-deepface/1.0.3/.env.sample
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
API_AUTH_KEY="mt_photos_ai_extra"
|
||||||
|
CONTAINER_NAME="mt-photos-deepface"
|
||||||
|
PANEL_APP_PORT_HTTP=40334
|
19
apps/mt-photos-deepface/1.0.3/data.yml
Normal file
19
apps/mt-photos-deepface/1.0.3/data.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: "40334"
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: "mt_photos_ai_extra"
|
||||||
|
edit: true
|
||||||
|
envKey: API_AUTH_KEY
|
||||||
|
labelEn: API Auth Key
|
||||||
|
labelZh: API 授权密钥
|
||||||
|
random: true
|
||||||
|
required: true
|
||||||
|
rule: paramComplexity
|
||||||
|
type: password
|
17
apps/mt-photos-deepface/1.0.3/docker-compose.yml
Normal file
17
apps/mt-photos-deepface/1.0.3/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
mt-photos-deepface:
|
||||||
|
image: "mtphotos/mt-photos-deepface:1.0.3"
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:8066"
|
||||||
|
environment:
|
||||||
|
- API_AUTH_KEY=${API_AUTH_KEY}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
3
apps/mt-photos-deepface/README.md
Normal file
3
apps/mt-photos-deepface/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# MT Photos 人脸识别 API
|
||||||
|
|
||||||
|
- 基于[serengil/deepface](https://github.com/serengil/deepface)实现的人脸识别API
|
21
apps/mt-photos-deepface/data.yml
Normal file
21
apps/mt-photos-deepface/data.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: MT Photos Deepface
|
||||||
|
tags:
|
||||||
|
- 多媒体
|
||||||
|
- AI / 大模型
|
||||||
|
title: MT Photos 人脸识别 API
|
||||||
|
description: MT Photos 人脸识别 API
|
||||||
|
additionalProperties:
|
||||||
|
key: mt-photos-deepface
|
||||||
|
name: MT Photos Deepface
|
||||||
|
tags:
|
||||||
|
- Media
|
||||||
|
- AI
|
||||||
|
shortDescZh: MT Photos 人脸识别 API
|
||||||
|
shortDescEn: MT Photos Face Recognition API
|
||||||
|
type: tool
|
||||||
|
crossVersionUpdate: true
|
||||||
|
limit: 0
|
||||||
|
recommend: 0
|
||||||
|
website: https://mtmt.tech
|
||||||
|
github: https://github.com/MT-Photos/mt-photos-deepface
|
||||||
|
document: https://mtmt.tech
|
3
apps/mt-photos-deepface/latest-cuda/.env.sample
Normal file
3
apps/mt-photos-deepface/latest-cuda/.env.sample
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
API_AUTH_KEY="mt_photos_ai_extra"
|
||||||
|
CONTAINER_NAME="mt-photos-deepface"
|
||||||
|
PANEL_APP_PORT_HTTP=40334
|
19
apps/mt-photos-deepface/latest-cuda/data.yml
Normal file
19
apps/mt-photos-deepface/latest-cuda/data.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: "40334"
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: "mt_photos_ai_extra"
|
||||||
|
edit: true
|
||||||
|
envKey: API_AUTH_KEY
|
||||||
|
labelEn: API Auth Key
|
||||||
|
labelZh: API 授权密钥
|
||||||
|
random: true
|
||||||
|
required: true
|
||||||
|
rule: paramComplexity
|
||||||
|
type: password
|
22
apps/mt-photos-deepface/latest-cuda/docker-compose.yml
Normal file
22
apps/mt-photos-deepface/latest-cuda/docker-compose.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
services:
|
||||||
|
mt-photos-deepface:
|
||||||
|
image: "mtphotos/mt-photos-deepface:cuda-latest"
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:8066"
|
||||||
|
environment:
|
||||||
|
- API_AUTH_KEY=${API_AUTH_KEY}
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
devices:
|
||||||
|
- capabilities: [gpu]
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
3
apps/mt-photos-deepface/latest/.env.sample
Normal file
3
apps/mt-photos-deepface/latest/.env.sample
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
API_AUTH_KEY="mt_photos_ai_extra"
|
||||||
|
CONTAINER_NAME="mt-photos-deepface"
|
||||||
|
PANEL_APP_PORT_HTTP=40334
|
19
apps/mt-photos-deepface/latest/data.yml
Normal file
19
apps/mt-photos-deepface/latest/data.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: "40334"
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: "mt_photos_ai_extra"
|
||||||
|
edit: true
|
||||||
|
envKey: API_AUTH_KEY
|
||||||
|
labelEn: API Auth Key
|
||||||
|
labelZh: API 授权密钥
|
||||||
|
random: true
|
||||||
|
required: true
|
||||||
|
rule: paramComplexity
|
||||||
|
type: password
|
17
apps/mt-photos-deepface/latest/docker-compose.yml
Normal file
17
apps/mt-photos-deepface/latest/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
mt-photos-deepface:
|
||||||
|
image: "mtphotos/mt-photos-deepface:latest"
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:8066"
|
||||||
|
environment:
|
||||||
|
- API_AUTH_KEY=${API_AUTH_KEY}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
BIN
apps/mt-photos-deepface/logo.png
Normal file
BIN
apps/mt-photos-deepface/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
Loading…
Reference in New Issue
Block a user