blob: 864cf929697892ae7f59d81f3b5f1264ff6738f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
pkgbase = hivision-id-photos
pkgdesc = A lightweight and efficient AI ID photos tools
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/Zeyi-Lin/HivisionIDPhotos
arch = any
license = Apache-2.0
options = !strip
source = hivision-id-photos-1.3.0.tar.gz::https://github.com/Zeyi-Lin/HivisionIDPhotos/archive/refs/tags/v1.3.0.tar.gz
source = hivision-id-photos.sh
source = hivision-id-photos.sysusers
source = hivision-id-photos-api.env
source = hivision-id-photos-api.service
source = hivision-id-photos-api.sh
source = hivision-id-photos-web.env
source = hivision-id-photos-web.service
source = hivision-id-photos-web.sh
sha256sums = c6d53c2db7b9270d362946c023eb9cadda2c482472efa75e3fdef1df51aa8bcc
sha256sums = 772dff5b355a62f12c3df18b9e5df4decfd7af8092ac8f5436141bfbe8dc5a8c
sha256sums = 3b71a47e034de8a739dfbdc2238dc222f5d21207410273e5956ced9933b07979
sha256sums = 505c393e74a21276843fad83069b15f9b4b7b74742f4ea43de3f988485bbd268
sha256sums = 67fa003de5bf7fce4e4d3b7b3085cef490ebd7bf65042c870c2743d6ba8431cc
sha256sums = c3cf6bf49b701943157b87c10f0098a953fbc34748206e91a480d0d413614212
sha256sums = bce5b2a57086c4091a32b00a25a7c8a96aa66e9de12510c088ae9854313b3468
sha256sums = 2b58dfd05aaa6f6f72e0ba9239ec9baa61f8acaf5b8290e6fad326ed76e867e3
sha256sums = 76d0aa404992987a89e6f0640e4d4a39bb08cc6e9f8d961dc705c7424e3d5d40
pkgname = hivision-id-photos
depends = hivision-id-photos-modnet
depends = python-mtcnn-runtime
depends = python-numpy
depends = python-onnxruntime
depends = python-opencv
depends = python-requests
depends = python-starlette
depends = python-tqdm
optdepends = hivision-id-photos-resnet: offline face detection model
optdepends = hivision-id-photos-api: api service
optdepends = hivision-id-photos-web: webui demo service
pkgname = hivision-id-photos-api
pkgdesc = A lightweight and efficient AI ID photos tools (api service)
depends = hivision-id-photos
depends = python-fastapi
depends = uvicorn
backup = etc/conf.d/hivision-id-photos-api.env
pkgname = hivision-id-photos-web
pkgdesc = A lightweight and efficient AI ID photos tools (webui demo service)
depends = hivision-id-photos
depends = python-fastapi
depends = python-gradio
backup = etc/conf.d/hivision-id-photos-web.env
|