Added package facedetect (#2614)

This commit is contained in:
Denis Olshin 2023-05-29 16:12:40 +03:00 committed by GitHub
parent 22c6ac916f
commit e2ed90fd28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30347,5 +30347,22 @@
"description": "An attempt to reimplement python OpenAI API bindings in nim",
"license": "MIT",
"web": "https://github.com/HACCKKER/pyopenai"
},
{
"name": "facedetect",
"url": "https://github.com/deNULL/facedetect",
"method": "git",
"tags": [
"face",
"detection",
"eye",
"pupil",
"pico",
"facial",
"landmarks"
],
"description": "A face detection, pupil/eyes localization and facial landmark points detection library",
"license": "MIT",
"web": "https://github.com/deNULL/facedetect"
}
]