Download the PHP package ac-dc/face without Composer
On this page you can find all versions of the php package ac-dc/face. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package face
Table of contents
- Installation
- Configuration
- How to use
- Detect api
- Albums
- Create
- Update
- Delete
- Get all albums
- Get an album
- Add face into an album
- Remove face from album
- Search
- Get a Face
- License
- Security
Installation
To get the latest version, require the project using composer:
Once installed, you need to register the Face Service provider
in your config/app.php
.
And add Face Facade into config/app.php.
Configuration
To start using Laravel Face, you need to publish Face
configuration file.
You also need to add credentials (or custom settings) for services that your application utilizes. These informations should be placed in config/face.php
file.
How to use
Detect
Detect and analyzes human faces.
Albums
Create album
Remove album
Update album
Get all albums
Get an album
Add face into an album
Remove face from album
Search
Find one or more similar faces.
Get a Face
Providers
- [x] Face++
- [ ] Lambda Labs
- [ ] Sky Biometry
- [ ] Kairos
- [ ] Microsoft
License
Face is open-sourced software licensed under the MIT license
Security
If you discover a security vulnerability within this package, please send an e-mail to Eduardo Stuart at [email protected]. All security vulnerabilities will be promptly addressed.
All versions of face with dependencies
guzzlehttp/guzzle Version ^6.3 || ^7
illuminate/support Version 5.4.* || 5.5.* || 7.* || 8.*