face
face copied to clipboard
[deprecated] 👽 Face Recognition package for Laravel
Thanks for the great work. How can I extract face parameters and store in a db so that I can compare the faces and find the marches?
Class 'Face' not found aliasess 'Face' => Face\Facades\Face::class, providers Face\FaceServiceProvider::class,
I am building an app where users face image will be used to get others images that look alike the user. and I have to return the Face Image that...
"MISSING_ARGUMENTS: image_url, image_file, image_base64" error when supplying file to Face::detect()
according to API doc, when use image_file, it should be using POST multipart/form-data: > The binary data of the image, uploaded via POST multipart/form-data. however, the Face\Providers\BaseProvider::request() seems not treating...