face icon indicating copy to clipboard operation
face copied to clipboard

[deprecated] 👽 Face Recognition package for Laravel

Results 4 face issues
Sort by recently updated
recently updated
newest added

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...

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...