Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() ![]() |
Reputation | Support forum | Blog (1) | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2021-08-09 (1 month ago) ![]() | Not yet rated by the users | Total: 110 This week: 12 | All time: 9,388 This week: 13![]() |
Version | License | PHP version | Categories | |||
picpurify 1.0.0 | MIT/X Consortium ... | 5 | PHP 5, Graphics, Web services, Artifi... |
Description | Author | |||
This package can analyze picture to detect alarming characteristics. Innovation Award
|
> Work in progress
$picpurify = new \IsaEken\Picpurify\Picpurify;
$picpurify
->setApiKey('api-key')
->setTasks([
\IsaEken\Picpurify\Tasks::DrugModeration,
\IsaEken\Picpurify\Tasks::GoreModeration,
\IsaEken\Picpurify\Tasks::PornModeration,
])
->setImage(\IsaEken\Picpurify\Image::createFromUrl('https://example.com/example.jpg'));
$response = $picpurify->run();
$response->getStatus();
$response->getTime();
$response->getMedia();
$response->getModerations();
$response->getModeration(\IsaEken\Picpurify\Tasks::DrugModeration)->detection;
$response->getData();
MIT
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
Data | Auxiliary data | ||
![]() |
Data | Auxiliary data | ||
![]() |
Doc. | Documentation |
![]() |
/ | src |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
Class | Class source | ||
![]() |
Class | Class source | ||
![]() |
Class | Class source | ||
![]() |
Class | Class source | ||
![]() |
Class | Class source |
![]() |
/ | src | / | Models |
File | Role | Description |
---|---|---|
![]() |
Class | Class source |
![]() |
Class | Class source |
![]() |
Class | Class source |
![]() |
/ | src | / | Traits |
File | Role | Description |
---|---|---|
![]() |
Class | Class source |
![]() |
Class | Class source |
![]() |
Class | Class source |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.